mirror of
https://github.com/yrutschle/sslh.git
synced 2025-07-07 04:08:45 +03:00
4 lines
160 B
C
4 lines
160 B
C
|
|
/* UDP listener: upon incoming packet, find where it should go */
|
|
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint);
|