File size: 279 Bytes
1bff97b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#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