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)
Dec 13 2024, 10:15 AM
Unknown Object (File)
Nov 28 2024, 9:01 PM
Unknown Object (File)
Nov 23 2024, 7:58 AM
Unknown Object (File)
Nov 19 2024, 2:27 PM
Unknown Object (File)
Oct 3 2024, 12:00 PM
Unknown Object (File)
Sep 29 2024, 10:35 PM
Unknown Object (File)
Sep 25 2024, 2:57 AM
Unknown Object (File)
Sep 22 2024, 6:57 PM
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