ProxyServerTcp / include /udp_inbound.h
xukc
[feat]support udp
1bff97b
raw
history blame
279 Bytes
#ifndef PROXYSERVER_UDP_INBOUND_H
#define PROXYSERVER_UDP_INBOUND_H
#include "hv/hloop.h"
void udp_on_recvfrom(hio_t* io, void* buf, int readbytes);
void udp_on_writed(hio_t* io, const void* buf, int writebytes);
void udp_on_close(hio_t* io);
#endif //PROXYSERVER_UDP_INBOUND_H