projet-multitaches/TODO
2022-10-21 14:19:52 +02:00

8 lines
286 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:
handle client disconnects with global client_details array
- flatten array?
- recompute IDs?