Socket.py SSM support

Barry barry at barrys-emacs.org
Mon Jun 3 16:02:54 EDT 2019



> On 1 Jun 2019, at 14:32, Max Franke <mfranke at inet.tu-berlin.de> wrote:
> 
> Hi,
> 
> as of right now there appears to be a lack of setsockoptions required to enable SSM, MCAST_JOIN_SOURCE_GROUP or something a kin to that in particular. Is there currently any effort to add those options or any other workaround to make SSM work in python natively? 

You could use ctype to call setsockopt with the necessary struct for the multicast calls.

Barry

> 
> Best regards
> Max
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list