Sangtae noticed the ssthresh got missed.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- a/net/ipv4/tcp_probe.c 2007-07-11 10:47:22.000000000 -0700
+++ b/net/ipv4/tcp_probe.c 2007-07-11 14:24:12.000000000 -0700
@@ -111,6 +111,7 @@ static int jtcp_rcv_established(struct s
p->snd_una = tp->snd_una;
p->snd_cwnd = tp->snd_cwnd;
p->snd_wnd = tp->snd_wnd;
+ p->ssthresh = tcp_current_ssthresh(sk);
p->srtt = tp->srtt >> 3;
tcp_probe.head = (tcp_probe.head + 1) % bufsize;
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html