From: Eric S. Raymond Date: Tue, 9 Oct 2012 00:24:40 +0000 (-0400) Subject: Prevent a TTL bug. X-Git-Tag: 1.10~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d64683e7b579a27b2bdc56af5e337e0fa23d2f08;p=irker.git Prevent a TTL bug. --- diff --git a/irkerd b/irkerd index 67d0828..3005dbe 100755 --- a/irkerd +++ b/irkerd @@ -232,6 +232,7 @@ class Connection: self.status = "handshaking" self.irker.debug(1, "XMIT_TTL bump (%s connection) at %s" % (self.servername, time.asctime())) self.last_xmit = time.time() + self.last_ping = time.time() except irc.client.ServerConnectionError: self.status = "disconnected" elif self.status == "handshaking":