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
F154950681: D38824.id.diff
Thu, Apr 30, 7:00 AM
Unknown Object (File)
Tue, Apr 28, 3:17 PM
Unknown Object (File)
Mon, Apr 27, 3:50 PM
Unknown Object (File)
Mon, Apr 27, 3:16 PM
Unknown Object (File)
Mon, Apr 27, 6:01 AM
Unknown Object (File)
Mon, Apr 27, 3:28 AM
Unknown Object (File)
Sun, Apr 26, 10:43 PM
Unknown Object (File)
Sat, Apr 25, 2:15 PM
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 Not Applicable
Unit
Tests Not Applicable

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