mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-01 08:01:19 +03:00
comment udp_listener prototype
This commit is contained in:
parent
49c136691c
commit
68fc10aed0
@ -158,7 +158,9 @@ static void reap_timeouts(struct known_udp_source* sources, int n_src, fd_set* f
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* UDP listener: upon incoming packet, find where it should go */
|
/* 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)
|
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint)
|
||||||
{
|
{
|
||||||
fd_set fds_r, fds_r_tmp;
|
fd_set fds_r, fds_r_tmp;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
/* UDP listener: upon incoming packet, find where it should go */
|
/* 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);
|
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user