Feature or enhancement
Proposal:
# Currently:
sock.setsockopt(socket.IPPROTO_IPV6, 36, 1)
# Proposed:
sock.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_HDRINCL, 1)
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://discuss.python.org/t/adding-new-socket-options-specifically-socket-ipv6-hdrincl/104964
Linked PRs
Feature or enhancement
Proposal:
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://discuss.python.org/t/adding-new-socket-options-specifically-socket-ipv6-hdrincl/104964
Linked PRs