diff options
Diffstat (limited to 'computer-network-experiment/TODO.md')
-rw-r--r-- | computer-network-experiment/TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/computer-network-experiment/TODO.md b/computer-network-experiment/TODO.md index 77bf0fc..248a2d7 100644 --- a/computer-network-experiment/TODO.md +++ b/computer-network-experiment/TODO.md @@ -1,4 +1,6 @@ -1. Apply read-write lock to connections.
-2. Remove dead connection from connection list.
+1. Apply read-write lock to connections. ✅
+2. Remove dead connection from connection list. ✅
3. Handle SIGINT gracefully.
4. Add close method to protocol.
+5. Add help and exit command.
+6. Use multiprocess to show output.
|