diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-12 10:32:52 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-12 10:32:52 +0000 |
commit | 2b50a3fe6ccea7a4adc5665a02aa9901430a86b9 (patch) | |
tree | 87a7cf69a9749925132a30c8ef6943a19a0f30f9 /ChangeLog | |
parent | 29df86c065ee6bcd4df058461476585941698704 (diff) |
Totally reworked ping timeout detection
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-01-12 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> + + * Server timeout: rework the server timeout code. Instead of PINGing + the server unconditionally every server.ping_timeout seconds, we only + PING it if we don't receive anything in the user-chosen timeout (lazy + PING). The code rewrite also seems to have fixed the "bot stalling + doing nothing" problem, which seemed to have been a consequence of + @socket.select not having a timeout. + 2006-11-01 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> * SSL support: patch from Robin H. Johnson <robbat2@gentoo.org> |