diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-06-01 17:54:11 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-06-01 17:54:11 +0100 |
commit | 0c153207be8a31fc66b7f6e9d0b849357017e34a (patch) | |
tree | c8211ce50268d2181582f594b440b82d023dfb58 /TODO | |
parent | d5ab728e85409b5074d4d61aaf5ba60862528e60 (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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |