From 2ab4648096c23d274c8f74997e271ca5cdcc6cac Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 30 Oct 2024 01:55:25 +0100 Subject: Added SIGSTOP handling for suspending on ctrl-z --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3