Skip to content
Snippets Groups Projects
Commit f1ece592 authored by Aastha Mehta's avatar Aastha Mehta
Browse files

remove temporary hack in rearm_rto

parent ad32a25e
No related branches found
No related tags found
No related merge requests found
......@@ -3179,9 +3179,11 @@ void tcp_rearm_rto(struct sock *sk)
);
ptcp_print_sock_skb(sk, skb, dbg);
#endif
#if 0
// packets_out is non-zero due to dummies
inet_csk_clear_xmit_timer(sk, ICSK_TIME_RETRANS);
return;
#endif
} else if (!skb) {
WARN_ON(!skb);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment