Page MenuHomeFreeBSD

FFL: Correct a cast in tcp_fill_info()
ClosedPublic

Authored by jtl on Jul 2 2016, 8:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 2:47 AM
Unknown Object (File)
Mon, Apr 6, 7:03 AM
Unknown Object (File)
Fri, Mar 27, 4:55 AM
Unknown Object (File)
Thu, Mar 26, 6:57 AM
Unknown Object (File)
Mon, Mar 16, 12:29 AM
Unknown Object (File)
Mar 3 2026, 10:30 AM
Unknown Object (File)
Mar 2 2026, 5:40 PM
Unknown Object (File)
Mar 2 2026, 12:24 AM

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Correct a cast in tcp_fill_info(). ti->tcpi_last_data_recv is a uint32_t, not a long.

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Correct a cast in tcp_fill_info().
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:30 AM

Completed basic iperf testing and it's working fine