|
@@ -111,6 +111,7 @@ static int jtcp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
|
p->snd_una = tp->snd_una;
|
|
p->snd_una = tp->snd_una;
|
|
p->snd_cwnd = tp->snd_cwnd;
|
|
p->snd_cwnd = tp->snd_cwnd;
|
|
p->snd_wnd = tp->snd_wnd;
|
|
p->snd_wnd = tp->snd_wnd;
|
|
|
|
+ p->ssthresh = tcp_current_ssthresh(sk);
|
|
p->srtt = tp->srtt >> 3;
|
|
p->srtt = tp->srtt >> 3;
|
|
|
|
|
|
tcp_probe.head = (tcp_probe.head + 1) % bufsize;
|
|
tcp_probe.head = (tcp_probe.head + 1) % bufsize;
|