Second plea: help with multicast sockets
Charles Follett
cfollett at gac.edu
Fri Jan 21 13:49:46 EST 2000
More information about the Python-list mailing list
Fri Jan 21 13:49:46 EST 2000
- Previous message (by thread): Install problem WNT4.0 & TCL
- Next message (by thread): Python Conference weather
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Whenever I attempt to select a multicast group, like when running
Demos/sockets/mcast.py, I get:
File "mcast.py", line 89, in openmcastsock
s.setsockopt(IPPROTO_IP, IP_ADD_MEMBERSHIP, mreq)
socket.error: (22, 'Invalid argument')
Multicast works on my machine, and 'mcast.py -s' sends just fine
(verified with a sniffer.) What is preventing me from listening? Also,
I have two ethernet interfaces on my machine, and I was wondering how
to manually choose what interface is used. Thanks in advanced.
charley
- Previous message (by thread): Install problem WNT4.0 & TCL
- Next message (by thread): Python Conference weather
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list