[Bug 261398] [exp-run] check use of IP_BINDMULTI and IP_RSS_LISTEN_BUCKET

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 22 Jan 2022 06:32:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261398

            Bug ID: 261398
           Summary: [exp-run] check use of IP_BINDMULTI and
                    IP_RSS_LISTEN_BUCKET
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: glebius@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

Created attachment 231232
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231232&action=edit
patched /usr/include/netinet/in.h

Hi!

I'd like to estimate is there any software that picked up experimental socket
options.

I need exp-run with the following two lines removed from
/usr/include/netinet/in.h on the build host:

#define        IP_BINDMULTI            25   /* bool: allow multiple listeners
on a tuple */
#define        IP_RSS_LISTEN_BUCKET    26   /* int; set RSS listen bucket */


Patch provided for convenience.

-- 
You are receiving this mail because:
You are on the CC list for the bug.