Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add socket.SO_ORIGINAL_DST #124944

Open
Stevenjin8 opened this issue Oct 3, 2024 · 0 comments
Open

Add socket.SO_ORIGINAL_DST #124944

Stevenjin8 opened this issue Oct 3, 2024 · 0 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@Stevenjin8
Copy link

Stevenjin8 commented Oct 3, 2024

Feature or enhancement

Proposal:

The SO_ORIGINAL_DST should 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

@Stevenjin8 Stevenjin8 added the type-feature A feature request or enhancement label Oct 3, 2024
@picnixz picnixz added the extension-modules C modules in the Modules dir label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants