Page MenuHomeFreeBSD

FFL: Change tiwin from long to uint32_t
ClosedPublic

Authored by jtl on Jul 2 2016, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 13 2024, 11:16 AM
Unknown Object (File)
Oct 3 2024, 10:20 PM
Unknown Object (File)
Oct 3 2024, 4:58 PM
Unknown Object (File)
Oct 2 2024, 5:46 AM
Unknown Object (File)
Oct 1 2024, 10:18 AM
Unknown Object (File)
Sep 27 2024, 12:40 PM
Unknown Object (File)
Sep 16 2024, 10:14 AM
Unknown Object (File)
Sep 16 2024, 10:14 AM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Change tiwin from long to uint32_t. uint32_t is large enough to hold all possible values and matches the type of tp->snd_wnd.

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Change tiwin from long to uint32_t.
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