[New-bugs-announce] [issue31203] socket.IP_PKTINFO is missing from python
Laurent GUERBY
report at bugs.python.org
Mon Aug 14 10:59:44 EDT 2017
New submission from Laurent GUERBY:
The constant socket.IP_PKTINFO is missing.
Definition on Linux:
http://elixir.free-electrons.com/linux/v4.12.7/source/include/uapi/linux/in.h#L96
Exemple code that would benefit from the definition:
https://chiliproject.tetaneutral.net/projects/tetaneutral/wiki/Netconsole#nagios-selectors
Note: socket.IPV6_PKTINFO is defined :).
----------
components: Library (Lib)
messages: 300248
nosy: guerby
priority: normal
severity: normal
status: open
title: socket.IP_PKTINFO is missing from python
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31203>
_______________________________________
More information about the New-bugs-announce
mailing list