[issue22378] SO_MARK support for Linux

2014-09-18 Thread Roundup Robot

Roundup Robot added the comment:

New changeset ca0aa0d89273 by Charles-François Natali in branch 'default':
Issue #22378: socket module: add SO_MARK.
https://hg.python.org/cpython/rev/ca0aa0d89273

--
nosy: +python-dev

___
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



[issue22378] SO_MARK support for Linux

2014-09-18 Thread Charles-François Natali

Charles-François Natali added the comment:

Thanks, I committed a simpler version of the patch.

--
resolution:  - fixed
stage: test needed - resolved
status: open - closed

___
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



[issue22378] SO_MARK support for Linux

2014-09-18 Thread STINNER Victor

STINNER Victor added the comment:

 Patch for python 2.7 and 3.4

Only Python 3.5 accept new features.

--
nosy: +haypo

___
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



[issue22378] SO_MARK support for Linux

2014-09-12 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +neologix

___
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



[issue22378] SO_MARK support for Linux

2014-09-12 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
stage:  - test needed
versions: +Python 3.5 -Python 2.7, Python 3.4

___
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



[issue22378] SO_MARK support for Linux

2014-09-09 Thread jpv

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