[issue2574] Add RFC 3768 SSM Multicast support to "socket"

2008-09-16 Thread T.Morin
Changes by T.Morin <[EMAIL PROTECTED]>: -- nosy: +tmorin ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2574> ___ ___ Python-bugs

[issue2574] Add RFC 3768 SSM Multicast support to "socket"

2008-09-22 Thread T.Morin
T.Morin <[EMAIL PROTECTED]> added the comment: > > Exercising the API fully requires an SSM capable multicast LAN. ... and it also requires a host IP stack implementing the API, which is not yet (AFAIK) the case for Mac OS X, even very recent releases. I think you will need a Wind

[issue2574] Add RFC 3768 SSM Multicast support to "socket"

2008-10-06 Thread T.Morin
T.Morin <[EMAIL PROTECTED]> added the comment: I've applied the patch to the release26-maint branch, and I was able to properly compile, run and do some basic testing of the result. Find attached a patch applying cleanly to SVN release26-maint branch. -- versions: +Python