[issue12373] Duplicate packets in Multicast Receiver

Charles-François Natali report at bugs.python.org
Mon Jun 20 15:38:08 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

This is normal.
You're binding twice to the same port thanks to SO_REUSEADDR, but in case of multiple binds to the same UDP port, all packets received are duplicated by the kernel to every socket.
Closing as invalid.

----------
nosy: +neologix
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list