This makes inpcb lighter and allows future cache line optimizations
of tcpcb. The reason why HPTS originally used inpcb is the TIME-WAIT
state that used to free a tcpcb, while the associated connection is
still on the HPTS ring.
Details
Details
- Reviewers
rrs - Group Reviewers
transport - Commits
- rGc2a69e846fff: tcp_hpts: move HPTS related fields from inpcb to tcpcb
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 51040 Build 47931: arc lint + arc unit