mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-14 08:07:14 +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);
|