ProxyServerTcp / include /tcp_inbound.h
xukc
[feat]proxy framework
83607bc
raw
history blame
171 Bytes
#ifndef PROXYSERVER_TCP_INBOUND_H
#define PROXYSERVER_TCP_INBOUND_H
#include "hv/hloop.h"
void tcp_on_accept(hio_t* io, hevent_t* ev);
#endif //PROXYSERVER_TCP_INBOUND_H