projet-multitaches/TODO
flyingscorpio@clevo c93e56f254 Fix race condition on ClientListener and ClientSender threads
Threads were launched before the client details were registered
2022-10-29 19:45:25 +02:00

6 lines
213 B
Text

common:
IP sockets => `man 7 ip`
UNIX sockets => `man 7 unix`
check both structs and implement both, then use #ifdef to selectively use one or the other
server:
what to do when client disconnects?