[issue29515] socket module missing IPPROTO_IPV6, IPPROTO_IPV4 on Windows

Andrew Brezovsky report at bugs.python.org
Tue Mar 5 21:19:11 EST 2019


Andrew Brezovsky <abrezovsky at gmail.com> added the comment:

I see your point.

Then perhaps only a subset of the more vital ones get added to previous releases?

#define IPPROTO_IPV4 IPPROTO_IPV4
#define IPPROTO_IPV6 IPPROTO_IPV6
#define IPPROTO_TCP IPPROTO_TCP
#define IPPROTO_UDP IPPROTO_UDP
#define IPPROTO_ICMP IPPROTO_ICMP
#define IPPROTO_ICMPV6 IPPROTO_ICMPV6
#define IPPROTO_RAW IPPROTO_RAW

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29515>
_______________________________________


More information about the Python-bugs-list mailing list