This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guerby
Recipients guerby
Date 2017-08-14.14:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502722784.42.0.622750235869.issue31203@psf.upfronthosting.co.za>
In-reply-to
Content
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 :).
History
Date User Action Args
2017-08-14 14:59:44guerbysetrecipients: + guerby
2017-08-14 14:59:44guerbysetmessageid: <1502722784.42.0.622750235869.issue31203@psf.upfronthosting.co.za>
2017-08-14 14:59:44guerbylinkissue31203 messages
2017-08-14 14:59:44guerbycreate