public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sourceware at isomer dot meta.net.nz" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug nss/29609] New: getaddrinfo is missing IPPROTO_MPTCP
Date: Sat, 24 Sep 2022 10:36:27 +0000	[thread overview]
Message-ID: <bug-29609-131@http.sourceware.org/bugzilla/> (raw)

https://sourceware.org/bugzilla/show_bug.cgi?id=29609

            Bug ID: 29609
           Summary: getaddrinfo is missing IPPROTO_MPTCP
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: nss
          Assignee: unassigned at sourceware dot org
          Reporter: sourceware at isomer dot meta.net.nz
  Target Milestone: ---

Attempting to use IPPROTO_MPTCP with getaddrinfo(3) returns -EAI_SOCKTYPE.

I think this is due to the gaih_inet_typeproto table[0] missing an entry for:

#ifdef IPPROTO_MPTCP
 { SOCK_STREAM, IPPROTO_MPTCP, 0, false, "tcp" },
#endif


Support for IPPROTO_MPTCP was added in Linux 5.6[1].  It would be nice if
glibc's getaddrinfo also supported it without hacks.


[0]:
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/posix/getaddrinfo.c;h=bcff909b2f3939d04b6ad33a78ae4f510504f96c;hb=HEAD#l131
[1]: https://kernelnewbies.org/Linux_5.6#Initial_support_for_MultiPath_TCP

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

                 reply	other threads:[~2022-09-24 10:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29609-131@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).