|
@@ -166,6 +166,7 @@ void tcp_rack_reo_timeout(struct sock *sk)
|
|
u32 timeout, prior_inflight;
|
|
u32 timeout, prior_inflight;
|
|
|
|
|
|
prior_inflight = tcp_packets_in_flight(tp);
|
|
prior_inflight = tcp_packets_in_flight(tp);
|
|
|
|
+ skb_mstamp_get(&tp->tcp_mstamp);
|
|
tcp_rack_detect_loss(sk, &timeout);
|
|
tcp_rack_detect_loss(sk, &timeout);
|
|
if (prior_inflight != tcp_packets_in_flight(tp)) {
|
|
if (prior_inflight != tcp_packets_in_flight(tp)) {
|
|
if (inet_csk(sk)->icsk_ca_state != TCP_CA_Recovery) {
|
|
if (inet_csk(sk)->icsk_ca_state != TCP_CA_Recovery) {
|