Page MenuHomeFreeBSD

Actually get/set the correct values when inquiring TCP_PCAP_[IN/OUT]
ClosedPublic

Authored by rscheff on Feb 28 2023, 5:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 24, 6:42 PM
Unknown Object (File)
Dec 4 2024, 4:22 PM
Unknown Object (File)
Dec 4 2024, 12:30 AM
Unknown Object (File)
Dec 3 2024, 7:54 PM
Unknown Object (File)
Dec 1 2024, 5:57 AM
Unknown Object (File)
Nov 26 2024, 5:05 AM
Unknown Object (File)
Nov 26 2024, 5:05 AM
Unknown Object (File)
Nov 26 2024, 5:05 AM
Subscribers

Details

Summary

Just stumbled upon this while looking at sources.

Seems like a fleeting error trying to reference the sopt_name implicitly.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50067
Build 46959: arc lint + arc unit

Event Timeline

cc requested changes to this revision.Feb 28 2023, 5:48 PM
cc added inline comments.
sys/netinet/tcp_usrreq.c
1669

This shall not compile. Dropped this line by accident?

This revision now requires changes to proceed.Feb 28 2023, 5:48 PM
  • remove fat-finger line deletion

Looks a trivial fix to me, that doesn't need a review to be checked in.

This revision is now accepted and ready to land.Feb 28 2023, 8:15 PM