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

bugfix: do not populate shared dummy fields on parent sock (may be a SYN request_sock)

parent 558f58ef
No related branches found
No related tags found
No related merge requests found
......@@ -499,11 +499,6 @@ struct sock *tcp_create_openreq_child(const struct sock *sk,
newtp->shared_seq = newtp->write_seq;
newtp->shared_dummy_out = 0;
newtp->shared_dummy_lsndtime = newtp->lsndtime;
tcp_sk(sk)->write_seq_dummy_start = 0;
tcp_sk(sk)->write_seq_dummy_end = 0;
tcp_sk(sk)->shared_seq = newtp->shared_seq;
tcp_sk(sk)->shared_dummy_out = newtp->shared_dummy_out;
tcp_sk(sk)->shared_dummy_lsndtime = newtp->lsndtime;
#endif
newtp->rx_opt.saw_tstamp = 0;
......
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