From c46f0ee0feb7e6dca2fb06ad03cf8e9001123993 Mon Sep 17 00:00:00 2001 From: "Victor Grishchenko (mughal)" Date: Fri, 26 Feb 2010 18:47:17 +0100 Subject: [PATCH] oh, poor me --- sendrecv.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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