We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SO_ORIGINAL_DST should be available through the sockets module.
SO_ORIGINAL_DST
I realize its not part of the standard BSD interface, but Cpython does include other linux-specific socket options such as SO_VM_SOCKETS_*.
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.
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: