From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A20F3858D37; Mon, 20 Mar 2023 00:24:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A20F3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679271882; bh=PoLny3nFVNXEpv0VBIswZVNlecXztYqhVKTXAJ9orUo=; h=From:To:Subject:Date:From; b=bYhRwcVwtRq3DbmUHR4nVcxQCl/K4fMQbnBOAc7+919KmozVi6MKHa4Nqk+L6mB8c EHkbk9eBqwRT7P5Usn6G7NEPyfaSeaOUJiSVX2BY2baRxI48sIFnGhpbQTNMYDltiW tq0iPgoGFBqSNSTlIn6YrxUUNZIuNjTMbAPVbR3E= From: "jscott at posteo dot net" To: glibc-bugs@sourceware.org Subject: [Bug network/30247] New: all socket options should be available with _XOPEN_SOURCE. not merely _GNU_SOURCE Date: Mon, 20 Mar 2023 00:24:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: network X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jscott at posteo dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30247 Bug ID: 30247 Summary: all socket options should be available with _XOPEN_SOURCE. not merely _GNU_SOURCE Product: glibc Version: 2.36 Status: UNCONFIRMED Severity: normal Priority: P2 Component: network Assignee: unassigned at sourceware dot org Reporter: jscott at posteo dot net Target Milestone: --- Hi, POSIX Issue 7 says that identifiers starting with 'SO' (no underscore requi= red) are reserved to the implementation (only if XSI conformance is requested; _POSIX_C_SOURCE isn't good enough). Thus, that means it is safe to expose socket options like SO_PROTOCOL, and in fact it would be helpful for application maintainers who want to use this enhanced functionality (like m= e!) Note that SO_PROTOCOL in particular is planned for POSIX Issue 8, but this = bug is about unleashing all socket options to XSI applications. Thanks --=20 You are receiving this mail because: You are on the CC list for the bug.=