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
F97813324: D38824.diff
Tue, Oct 1, 9:16 AM
Unknown Object (File)
Wed, Sep 25, 5:11 PM
Unknown Object (File)
Wed, Sep 25, 5:10 PM
Unknown Object (File)
Wed, Sep 25, 5:10 PM
Unknown Object (File)
Wed, Sep 25, 5:10 PM
Unknown Object (File)
Wed, Sep 25, 5:01 PM
Unknown Object (File)
Sat, Sep 21, 11:39 PM
Unknown Object (File)
Sat, Sep 21, 9:43 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