Details
Details
- Reviewers
tuexen - Group Reviewers
Src Committers Contributor Reviews (src) transport
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
tcp_fixed_maxseg() is only used when to code is compiled for being tested in userland. So it might make more sense to add a check when processing the -S option to ensure that the value provided is at least 12. But again, this has no impact for the code being used inside the kernel.