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, May 13, 8:57 AM
Unknown Object (File)
Sun, Apr 26, 4:20 PM
Unknown Object (File)
Apr 20 2026, 12:20 AM
Unknown Object (File)
Apr 8 2026, 2:47 AM
Unknown Object (File)
Apr 6 2026, 7:03 AM
Unknown Object (File)
Mar 27 2026, 4:55 AM
Unknown Object (File)
Mar 26 2026, 6:57 AM
Unknown Object (File)
Mar 16 2026, 12:29 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