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 bms
Recipients bms
Date 2008-04-07.20:12:13
SpamBayes Score 0.10896092
Marked as misclassified No
Message-id <1207599142.63.0.703836832788.issue2574@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-04-07 20:12:23bmssetspambayes_score: 0.108961 -> 0.10896092
recipients: + bms
2008-04-07 20:12:22bmssetspambayes_score: 0.108961 -> 0.108961
messageid: <1207599142.63.0.703836832788.issue2574@psf.upfronthosting.co.za>
2008-04-07 20:12:21bmslinkissue2574 messages
2008-04-07 20:12:20bmscreate