aboutsummaryrefslogtreecommitdiff
path: root/computer-network-experiment/TODO.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-08 20:50:30 +0800
committercrupest <crupest@outlook.com>2021-06-08 20:50:30 +0800
commit33e77f49de0cdeda25d9fc3bc36915d4713c0b6b (patch)
treeaa3cf5fc183ed4953171d9faec2993b2d9a2ef4b /computer-network-experiment/TODO.md
parentbb58e97582c936eed6cf02d7a5b8bba9ae4b2223 (diff)
downloadlife-33e77f49de0cdeda25d9fc3bc36915d4713c0b6b.tar.gz
life-33e77f49de0cdeda25d9fc3bc36915d4713c0b6b.tar.bz2
life-33e77f49de0cdeda25d9fc3bc36915d4713c0b6b.zip
...
Diffstat (limited to 'computer-network-experiment/TODO.md')
-rw-r--r--computer-network-experiment/TODO.md6
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.