sslh/udp-listener.h
2021-02-23 21:17:39 +01:00

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);