DAWN/src/network
Nick Hainke b50f9bff6d network: add timeout for client connections
Somtimes client connetions will not close therfore add a timeout. Add a
new timer that checks every 5s if we did not receive anything from a
client for (default) 60s. Can be configured via client_timeout.

Code is based on the work of ptpt52.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-07-20 20:12:04 +02:00
..
broadcastsocket.c network: cleanup and improve network handling 2022-06-11 20:27:20 +02:00
multicastsocket.c network: cleanup and improve network handling 2022-06-11 20:27:20 +02:00
networksocket.c treewide: rework mutex 2022-06-11 20:27:20 +02:00
tcpsocket.c network: add timeout for client connections 2022-07-20 20:12:04 +02:00