From: Victor Grishchenko (mughal) Date: Fri, 26 Feb 2010 17:47:17 +0000 (+0100) Subject: oh, poor me X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=c46f0ee0feb7e6dca2fb06ad03cf8e9001123993;p=swift-upb.git oh, poor me --- diff --git a/sendrecv.cpp b/sendrecv.cpp index f755604..8e8264b 100644 --- a/sendrecv.cpp +++ b/sendrecv.cpp @@ -401,7 +401,8 @@ void Channel::OnAck (Datagram& dgram) { void Channel::TimeoutDataOut ( ) { // losses: timeouted packets tint timeout = NOW - ack_timeout(); - while (!data_out_.empty() && data_out_.front().time