diff options
Diffstat (limited to 'works/life/computer-network-experiment')
-rw-r--r-- | works/life/computer-network-experiment/TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/TODO.md b/works/life/computer-network-experiment/TODO.md new file mode 100644 index 0000000..77bf0fc --- /dev/null +++ b/works/life/computer-network-experiment/TODO.md @@ -0,0 +1,4 @@ +1. Apply read-write lock to connections.
+2. Remove dead connection from connection list.
+3. Handle SIGINT gracefully.
+4. Add close method to protocol.
|