diff options
Diffstat (limited to 'net/ipv4/tcp_probe.c')
-rw-r--r-- | net/ipv4/tcp_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_probe.c b/net/ipv4/tcp_probe.c index 1f2d37613c9e..3b66610d4156 100644 --- a/net/ipv4/tcp_probe.c +++ b/net/ipv4/tcp_probe.c | |||
@@ -154,7 +154,7 @@ static void jtcp_rcv_established(struct sock *sk, struct sk_buff *skb, | |||
154 | p->snd_wnd = tp->snd_wnd; | 154 | p->snd_wnd = tp->snd_wnd; |
155 | p->rcv_wnd = tp->rcv_wnd; | 155 | p->rcv_wnd = tp->rcv_wnd; |
156 | p->ssthresh = tcp_current_ssthresh(sk); | 156 | p->ssthresh = tcp_current_ssthresh(sk); |
157 | p->srtt = tp->srtt >> 3; | 157 | p->srtt = tp->srtt_us >> 3; |
158 | 158 | ||
159 | tcp_probe.head = (tcp_probe.head + 1) & (bufsize - 1); | 159 | tcp_probe.head = (tcp_probe.head + 1) & (bufsize - 1); |
160 | } | 160 | } |