Add TODO
This commit is contained in:
parent
3a4259d6d9
commit
b2c3523d05
1 changed files with 4 additions and 0 deletions
4
TODO
4
TODO
|
@ -2,3 +2,7 @@ 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?
|
||||
|
|
Loading…
Reference in a new issue