7 lines
253 B
Text
7 lines
253 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:
|
|
when creating the thread for a client, pass the struct and append to array
|