]> p2p-next.cs.pub.ro Git - swift-upb.git/commitdiff
lost-handshake stall
authorvictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Thu, 29 Oct 2009 17:14:04 +0000 (17:14 +0000)
committervictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Thu, 29 Oct 2009 17:14:04 +0000 (17:14 +0000)
git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@493 e16421f0-f15b-0410-abcd-98678b794739

sendrecv.cpp

index db4fdadef601386cfee4c9ca224f8f84fea3cf3f..e91635c8e7ea66684b6d1a7e99a15afedf255427 100644 (file)
@@ -93,6 +93,7 @@ void  Channel::AddHandshake (Datagram& dgram) {
        dgram.Push32(EncodeID(id));
     dprintf("%s #%i +hs\n",Datagram::TimeStr(),id);
     AddAck(dgram);
+    ack_out_.clear();
 }