diff options
author | crupest <crupest@outlook.com> | 2021-06-08 20:50:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-08 20:50:30 +0800 |
commit | 33e77f49de0cdeda25d9fc3bc36915d4713c0b6b (patch) | |
tree | aa3cf5fc183ed4953171d9faec2993b2d9a2ef4b /computer-network-experiment/TODO.md | |
parent | bb58e97582c936eed6cf02d7a5b8bba9ae4b2223 (diff) | |
download | life-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.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.
|