summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo (C10uD) <c10ud.dev@gmail.com>2011-09-13 17:34:08 +0200
committerRiccardo (C10uD) <c10ud.dev@gmail.com>2011-09-13 17:34:08 +0200
commitae56ae87ed4266c4aebe65da4ae03136e7c068a8 (patch)
treee60d15ec3a2a4e9787400424aa689f39214ec38e
parent87a0599e83b1265bfb4f9c88408f248f05bcfcdc (diff)
switchboard: update_switchboard_timeout even when receiving ACKs (for p2p)
-rw-r--r--papyon/msnp/switchboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papyon/msnp/switchboard.py b/papyon/msnp/switchboard.py
index a86dceb..ebd5402 100644
--- a/papyon/msnp/switchboard.py
+++ b/papyon/msnp/switchboard.py
@@ -289,7 +289,7 @@ class SwitchboardProtocol(BaseProtocol):
def _handle_ACK(self, command):
# TODO: FIXME: MSNP18 doesn't reply with ACKs?
- #self._update_switchboard_timeout()
+ self._update_switchboard_timeout()
self.emit("message-delivered", command.transaction_id)
def _handle_NAK(self, command):