Commit 9e450c1
tcp: better SYNACK sent timestamp
Detecting spurious SYNACK timeout using timestamp option requires
recording the exact SYNACK skb timestamp. Previously the SYNACK
sent timestamp was stamped slightly earlier before the skb
was transmitted. This patch uses the SYNACK skb transmission
timestamp directly.
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 7c1f081 commit 9e450c1
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6319 | 6319 | | |
6320 | 6320 | | |
6321 | 6321 | | |
6322 | | - | |
| 6322 | + | |
6323 | 6323 | | |
6324 | 6324 | | |
6325 | 6325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3247 | 3247 | | |
3248 | 3248 | | |
3249 | 3249 | | |
| 3250 | + | |
3250 | 3251 | | |
| 3252 | + | |
| 3253 | + | |
| 3254 | + | |
3251 | 3255 | | |
3252 | 3256 | | |
3253 | 3257 | | |
| |||
0 commit comments