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
F109377829: D7073.diff
Tue, Feb 4, 6:58 AM
Unknown Object (File)
Dec 13 2024, 12:43 PM
Unknown Object (File)
Nov 8 2024, 4:49 AM
Unknown Object (File)
Oct 3 2024, 10:00 PM
Unknown Object (File)
Sep 16 2024, 10:13 AM
Unknown Object (File)
Sep 16 2024, 10:13 AM
Unknown Object (File)
Sep 16 2024, 10:02 AM
Unknown Object (File)
Sep 5 2024, 8:39 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?