aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2024-10-30 01:55:25 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-30 01:55:25 +0100
commit71707d7047d4327ffb0473fa27a4e23c4fa7c15f (patch)
tree8b4a94c836149d10e6fbb433c564c0ab22c4231a /README.md
parentda17ca0ffdb2af2275de972b1647ca7b3dde5abc (diff)
Added SIGSTOP handling for suspending on ctrl-z
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5922b01..c6f0e0a 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ The idea is the following:
- [ ] timeout on recv?
- [ ] use threads to handle clients/ timeout when receiving because a client could theoretically
stall the entire server.
+- [ ] do not crash on errors from clients
+ - implement error message?
## common
- [x] handle messages that are too large