Skip to content
Snippets Groups Projects
Commit dfb4b9dc authored by David S. Miller's avatar David S. Miller
Browse files

[TCP] Vegas: timestamp before clone


We have to store the congestion control timestamp on the SKB before we
clone it, not after.  Else we get no timestamping information at all.

tcp_transmit_skb() has been reworked so that we can do the timestamp
still in one spot, instead of at all the call sites.

Problem discovered, and initial fix, from Tom Young
<tyo@ee.unimelb.edu.au>.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d7bef60
No related branches found
No related tags found
Loading
Loading
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