[issue31203] socket.IP_PKTINFO is missing from python

Laurent GUERBY report at bugs.python.org
Mon Aug 14 11:09:27 EDT 2017


Laurent GUERBY added the comment:

Probable fix in Modules/socketmodule.c after /* IPv4 [gs]etsockopt options */ add:

#ifdef  IP_PKTINFO
    PyModule_AddIntMacro(m, IP_PKTINFO);
#endif

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31203>
_______________________________________


More information about the Python-bugs-list mailing list