[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070712124511.56f7cc3a@freepuppy.rosehill.hemminger.net>
Date: Thu, 12 Jul 2007 12:45:11 -0700
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH] tcp: tcp probe add back ssthresh field
Sangtae noticed the ssthresh got missed.
Signed-off-by: Stephen Hemminger <shemminger@...ux-foundation.org>
--- 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists