Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
ProxyServerTcp
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
633bdf8
ProxyServerTcp
/
include
/
udp_inbound.h
xukc
[feat]support udp
1bff97b
over 1 year ago
raw
Copy download link
history
blame
Safe
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