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 loewis
Recipients cblp, gregory.p.smith, loewis, pitrou, vinay.sajip
Date 2012-05-19.10:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337423201.25.0.0398942701347.issue14855@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently, connecting the socket is better because some systems (BSDs in particular) only report ICMP errors to connected UDP sockets. The Linux man page claims that this reporting is necessary regardless of whether the socket is connected.

I wonder what will happen under this patch if the server has both v4 and v6 connectivity, and the client supports v6, but has no connectivity (other than, say, on the local link).
History
Date User Action Args
2012-05-19 10:26:41loewissetrecipients: + loewis, gregory.p.smith, vinay.sajip, pitrou, cblp
2012-05-19 10:26:41loewissetmessageid: <1337423201.25.0.0398942701347.issue14855@psf.upfronthosting.co.za>
2012-05-19 10:26:40loewislinkissue14855 messages
2012-05-19 10:26:40loewiscreate