summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-01 17:54:11 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-01 17:54:11 +0100
commit0c153207be8a31fc66b7f6e9d0b849357017e34a (patch)
treec8211ce50268d2181582f594b440b82d023dfb58 /TODO
parentd5ab728e85409b5074d4d61aaf5ba60862528e60 (diff)
Handle SIGINT (Ctrl-C) and SIGTERM (kill command) cleanly and fix unrelated server reconnect upon send() returning -1 issue.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 81e62bc..2b3b030 100644
--- a/TODO
+++ b/TODO
@@ -9,4 +9,4 @@ Might need to #include <limits.h> in blabouncer.c to make some operating systems
Send a PING to the server before assuming a timeout is definite.
-Capture Ctrl-C/kill and exit cleanly.
+Put debug logs in subdirectory and have max number to keep be configurable.