diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 21:53:47 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 21:53:47 +0100 |
commit | 871184560b17553e84cc711a487ddf928671c56c (patch) | |
tree | 72f6620f75ea822d288b3c629714a29a05824422 /TODO | |
parent | c3f58fdccc4a6019ca7b53c67f272f9c3c576051 (diff) |
Rewrite all server connection code to enable reconnecting to the server if there was a timeout, an error, or if the server disconnected us.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,6 @@ Add various auto replay options: Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy. -Reconnect server if we get disconnected for some reason. +Send a PING to the server before assuming a timeout is definite. + +Include server 671 responses in WHO pending code. |