Skip to content
Snippets Groups Projects
Commit 7df8c063 authored by Tommy Olofsson's avatar Tommy Olofsson
Browse files

A few uncommitted lines for finding acks with wrong index.

parent 515e8db4
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,9 @@ class ExtCtrl(object):
if packet.index == self.ack:
self.ack = None
self.cond.notify_all()
else:
if self.packetdebug:
print "Unexpected ack %x (exp: %x)" % (packet.index, self.ack)
if packet.kind == kind_INIT and self.remote_index == None:
decoder = Decoder(packet.data)
with self.cond:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment