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 ariddell
Recipients ariddell, gvanrossum, vstinner, yselivanov
Date 2014-06-10.01:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402362172.31.0.224087775883.issue21701@psf.upfronthosting.co.za>
In-reply-to
Content
I gather this is the desired behavior.

If one specifies remote_addr then one only accepts packets from that address and port. Whereas if no remote_addr is given then one accepts packets from any address and any port.

Sorry for the noise.
History
Date User Action Args
2014-06-10 01:02:52ariddellsetrecipients: + ariddell, gvanrossum, vstinner, yselivanov
2014-06-10 01:02:52ariddellsetmessageid: <1402362172.31.0.224087775883.issue21701@psf.upfronthosting.co.za>
2014-06-10 01:02:52ariddelllinkissue21701 messages
2014-06-10 01:02:52ariddellcreate