This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Aleksey Zhurbitsky, neologix
Date 2011-06-20.13:38:08
SpamBayes Score 0.0003027908
Marked as misclassified No
Message-id <1308577088.86.0.758909666119.issue12373@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-20 13:38:08neologixsetrecipients: + neologix, Aleksey Zhurbitsky
2011-06-20 13:38:08neologixsetmessageid: <1308577088.86.0.758909666119.issue12373@psf.upfronthosting.co.za>
2011-06-20 13:38:08neologixlinkissue12373 messages
2011-06-20 13:38:08neologixcreate