Thread (6 messages) flat view 6 messages, 5 authors, 2011-06-08

Re: [PATCH] RFC2988bis + taking RTT sample from 3WHS for the passive open side

From: Hagen Paul Pfeifer <hidden>
Date: 2011-06-08 21:16:42

Possibly related (same subject, not in this thread)

Hello Jerry

* Jerry Chu | 2011-06-08 11:04:22 [-0700]:
+       /* Cut cwnd down to 1 per RFC5681 if SYN or SYN-ACK has been
+        * retransmitted. In light of RFC2988bis' more aggressive 1sec
+        * initRTO, we only reset cwnd when more than 1 SYN/SYN-ACK
+        * retransmission has occurred.
+        */
+       if (tp->total_retrans > 1)
+               tp->snd_cwnd = 1;
+       else
+               tp->snd_cwnd = tcp_init_cwnd(tp, dst);
Is this behavior somewhere documented? In RFC2988bis I cannot find something
similar.


Cheers, Hagen
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help