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)
Fri, Jan 10, 4:23 AM
Unknown Object (File)
Dec 5 2024, 1:40 AM
Unknown Object (File)
Oct 28 2024, 1:50 AM
Unknown Object (File)
Sep 27 2024, 7:16 AM
Unknown Object (File)
Sep 26 2024, 5:02 PM
Unknown Object (File)
Sep 25 2024, 6:56 PM
Unknown Object (File)
Sep 23 2024, 8:49 AM
Unknown Object (File)
Sep 22 2024, 8:24 PM

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