summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-01-12 10:32:52 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-01-12 10:32:52 +0000
commit2b50a3fe6ccea7a4adc5665a02aa9901430a86b9 (patch)
tree87a7cf69a9749925132a30c8ef6943a19a0f30f9 /ChangeLog
parent29df86c065ee6bcd4df058461476585941698704 (diff)
Totally reworked ping timeout detection
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 872fab83..19fa2d14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>