-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Add socket.SO_ORIGINAL_DST #124944
Copy link
Copy link
Closed
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Activity
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement
Feature or enhancement
Proposal:
The
SO_ORIGINAL_DSTshould be available through the sockets module.I realize its not part of the standard BSD interface, but Cpython does include other linux-specific socket options such as
SO_VM_SOCKETS_*.Further, it has been a source of annoyance for at least 1 other person https://groups.google.com/g/comp.lang.python/c/l4I-27iGwH4.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs