mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-14 08:07:14 +03:00
6 lines
214 B
C
6 lines
214 B
C
|
|
/* UDP listener: upon incoming packet, find where it should go
|
|
* This is run in its own process and never returns.
|
|
*/
|
|
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint);
|