projet-multitaches/TODO

10 lines
368 B
Text
Raw Normal View History

2022-10-21 11:26:35 +02:00
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
2022-10-21 14:19:52 +02:00
server:
2022-10-21 14:50:10 +02:00
what to do when client disconnects?
client:
2022-10-29 20:14:08 +02:00
put mutex in shared memory (it is used by processes, not by threads)
make sure mutex lock for Listener is correct (look at ClientListener)