Page MenuHomeFreeBSD

tcp: debugging checks of hashing
AbandonedPublic

Authored by gallatin on Oct 14 2025, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 8, 6:24 PM
Unknown Object (File)
Tue, Nov 18, 3:39 AM
Unknown Object (File)
Mon, Nov 17, 7:53 PM
Unknown Object (File)
Nov 12 2025, 5:30 PM
Unknown Object (File)
Nov 11 2025, 3:39 PM
Unknown Object (File)
Nov 1 2025, 5:27 PM
Unknown Object (File)
Nov 1 2025, 4:21 AM
Unknown Object (File)
Oct 29 2025, 4:40 AM

Details

Reviewers
None
Group Reviewers
transport
Summary

Not sure if I want to keep this and clean it up, or throw it away

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67789
Build 64672: arc lint + arc unit

Event Timeline

I think this would be useful for driver developers, but we'd need to document is suitably so people know to look for it.

I think they are useful.

sys/netinet/tcp_input.c
238

What about using stats counters instead of sysctl variables. netstat could print them.

243

Would it make sense to use bool?

sys/netinet/tcp_input.c
238

What about using stats counters instead of sysctl variables. netstat could print them.

Yes, if we're not going to throw this away, then it should use proper stats.

243

Yes, again, having this review show up was a git-arc accident