Page MenuHomeFreeBSD

tcp: fix TCPSTAT accounting for SACK
ClosedPublic

Authored by rscheff on Jan 13 2024, 4:19 PM.
Tags
None
Referenced Files
F83533454: D43447.id.diff
Sat, May 11, 7:48 PM
F83492888: D43447.id133358.diff
Sat, May 11, 6:25 AM
F83479670: D43447.id132733.diff
Sat, May 11, 1:39 AM
Unknown Object (File)
Sun, Apr 28, 2:09 PM
Unknown Object (File)
Fri, Apr 26, 2:58 AM
Unknown Object (File)
Mar 25 2024, 10:36 PM
Unknown Object (File)
Mar 2 2024, 4:42 PM
Unknown Object (File)
Jan 25 2024, 11:15 PM
Subscribers

Details

Summary

Move the accounting for SACK retransmitted bytes down
to where the actual length (tcp header options, ip options)
is known. This also prevents calculating the header lengths
twice during output processing by not calling tcp_maxseg()

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable