[issue11247] Error sending packets to multicast IPV4 address

Dan Mahn report at bugs.python.org
Sat Feb 19 04:57:03 CET 2011


New submission from Dan Mahn <dan.mahn at digidescorp.com>:

Can't send UDP packet to multicast address.  See traceback.

    s.sendto( bytearray, ("227.5.6.7", 6543))
socket.error: [Errno 10065] A socket operation was attempted to an unreachable host

----------
components: +None
title: e -> Error sending packets to multicast IPV4 address
type:  -> behavior
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11247>
_______________________________________


More information about the Python-bugs-list mailing list