Page MenuHomeFreeBSD

tcp: debugging checks of hashing
Needs ReviewPublic

Authored by gallatin on Tue, Oct 14, 7:47 PM.

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?