Fixes for the case of high cwnd;
authorVictor Grishchenko <victor@node301.das2.its.tudelft.nl>
Tue, 9 Feb 2010 17:49:25 +0000 (18:49 +0100)
committerVictor Grishchenko <victor@node301.das2.its.tudelft.nl>
Tue, 9 Feb 2010 17:49:25 +0000 (18:49 +0100)
commit71d703061db945ce0271a728f8899dc7161c4625
treef5351eca8b7b9e704be5516b11b61dc99f08728d
parentbdb51e48e9a7bd68d02f43aee8d2b3ad61453368
Fixes for the case of high cwnd;

Once congestion window is high, the possibility of
mistaking original ACK for retransmit ACK becomes
high; added a queue for timeouted data (data_out_tmo_)
to filter such cases. Otherwise, the min of one-way delay
is set to incorrect (low) value; it screws up everything.
send_control.cpp
sendrecv.cpp
swift.h