Page MenuHomeFreeBSD

FFL: Make tcp_maxmtu() and tcp_maxmtu6() return uint32_t instead of u_long
ClosedPublic

Authored by jtl on Jul 2 2016, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 8, 6:10 PM
Unknown Object (File)
Fri, May 1, 11:21 PM
Unknown Object (File)
Apr 27 2026, 9:01 PM
Unknown Object (File)
Apr 27 2026, 10:50 AM
Unknown Object (File)
Apr 19 2026, 12:16 AM
Unknown Object (File)
Apr 13 2026, 9:28 AM
Unknown Object (File)
Apr 12 2026, 7:09 PM
Unknown Object (File)
Apr 9 2026, 5:52 AM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Change tcp_maxmtu() and tcp_maxmtu6() so they return uint32_t instead of u_long. Values greater than uint32_t do not make sense in this context.

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Make tcp_maxmtu() and tcp_maxmtu6() return uint32_t instead of u_long.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)
jtl added a reviewer: transport.
gnn added a reviewer: gnn.
This revision is now accepted and ready to land.Jul 4 2016, 12:29 AM