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 2, 5:17 AM
Unknown Object (File)
Sun, Mar 16, 10:28 PM
Unknown Object (File)
Mar 5 2025, 8:24 AM
Unknown Object (File)
Feb 9 2025, 7:24 PM
Unknown Object (File)
Feb 4 2025, 6:56 AM
Unknown Object (File)
Jan 10 2025, 4:23 AM
Unknown Object (File)
Dec 5 2024, 1:40 AM
Unknown Object (File)
Oct 28 2024, 1:50 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