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 jpv
Recipients jpv
Date 2014-09-10.01:42:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410313373.25.0.741471917751.issue22378@psf.upfronthosting.co.za>
In-reply-to
Content
Please add support for SO_MARK in socket module.

From man 7 socket:

SO_MARK (since Linux 2.6.25): Set the mark for each packet sent through this  socket  (similar to  the  netfilter  MARK target but socket-based).  Changing the mark can be used for mark-based routing without netfilter or for packet    filtering. Setting   this   option   requires   the CAP_NET_ADMIN capability.
History
Date User Action Args
2014-09-10 01:42:53jpvsetrecipients: + jpv
2014-09-10 01:42:53jpvsetmessageid: <1410313373.25.0.741471917751.issue22378@psf.upfronthosting.co.za>
2014-09-10 01:42:52jpvlinkissue22378 messages
2014-09-10 01:42:52jpvcreate