Page MenuHomeFreeBSD

tcp_timewait: use on stack struct tcptw as last resort
ClosedPublic

Authored by glebius on Nov 12 2021, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 8:55 PM
Unknown Object (File)
Jan 30 2024, 3:35 AM
Unknown Object (File)
Jan 12 2024, 5:20 PM
Unknown Object (File)
Dec 21 2023, 7:02 AM
Unknown Object (File)
Dec 20 2023, 5:40 AM
Unknown Object (File)
Dec 12 2023, 1:33 AM
Unknown Object (File)
Nov 21 2023, 5:33 PM
Unknown Object (File)
Nov 18 2023, 8:57 AM
Subscribers

Details

Summary

In case we failed to uma_zalloc() and also failed to reuse with
tcp_tw_2msl_scan(), then just use on stack tcptw. This will allow
to run through tcp_twrespond() and standard tcpcb discard routine.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42757
Build 39645: arc lint + arc unit