New submission from jpv: 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. ---------- components: Extension Modules files: python-so_mark.patch keywords: patch messages: 226673 nosy: jpv priority: normal severity: normal status: open title: SO_MARK support for Linux type: enhancement versions: Python 2.7, Python 3.4 Added file: http://bugs.python.org/file36588/python-so_mark.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22378> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com