[New-bugs-announce] [issue2574] Add RFC 3768 SSM Multicast support to "socket"
bms
report at bugs.python.org
Mon Apr 7 22:12:22 CEST 2008
New submission from bms <bms at incunabulum.net>:
Hi,
Here is a patch to add RFC 3768 SSM Multicast support to low-level
Python socket module as of 2.5.1.
I have not tested the setsourcefilter()/getsourcefilter() socket member
functions other than compiling the patch on a Gentoo Linux 2008.0 box
w/2.6 Linux kernel.
These APIs should be fairly portable. Note that I haven't added any
other configure glue, like the rest of socket, support is very low level
and getting the arguments to struct.pack() right is the user's problem.
cheers
BMS
----------
components: Extension Modules
files: python-2.5.1-multicast-ssm.patch
keywords: patch
messages: 65115
nosy: bms
severity: normal
status: open
title: Add RFC 3768 SSM Multicast support to "socket"
type: feature request
versions: Python 2.5
Added file: http://bugs.python.org/file9971/python-2.5.1-multicast-ssm.patch
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2574>
__________________________________
More information about the New-bugs-announce
mailing list