Page MenuHomeFreeBSD

FFL: Change type of tcp_output() recwin, sendwin, and adv variables.
ClosedPublic

Authored by jtl on Jul 2 2016, 8:28 PM.
Tags
None
Referenced Files
F81666815: D7073.diff
Fri, Apr 19, 4:44 PM
Unknown Object (File)
Mon, Apr 15, 4:36 AM
Unknown Object (File)
Feb 24 2024, 2:57 AM
Unknown Object (File)
Jan 28 2024, 6:10 PM
Unknown Object (File)
Jan 27 2024, 10:13 AM
Unknown Object (File)
Dec 20 2023, 12:14 AM
Unknown Object (File)
Dec 8 2023, 4:38 AM
Unknown Object (File)
Nov 27 2023, 3:25 PM
Subscribers

Details

Reviewers
rrs
lstewart
gnn
Group Reviewers
transport
Summary

In tcp_output(), change recwin, sendwin, and adv to appropriate integer values.

Note that this changes the signed-ness of recwin and sendwin, so may require extra review attention. The sign change for sendwin seems straightforward. The sign change for recwin should be closely scrutinized.

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Change type of tcp_output() recwin, sendwin, and adv variables..
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:27 AM
rrs added a reviewer: rrs.
lstewart added a reviewer: lstewart.
lstewart added a subscriber: lstewart.
lstewart added inline comments.
sys/netinet/tcp_output.c
649

Combine these?