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-29 21:36:55 +02:00
|
|
|
handle clean exits
|
2022-10-21 14:19:52 +02:00
|
|
|
server:
|
2022-10-21 14:50:10 +02:00
|
|
|
what to do when client disconnects?
|
2022-10-29 20:11:06 +02:00
|
|
|
client:
|
2022-10-29 20:16:51 +02:00
|
|
|
make sure semaphore lock for Listener is correct (look at server's ClientListener)
|
2022-10-30 22:56:19 +01:00
|
|
|
use shared memory for semaphore
|