Martin v. Löwis <mar...@v.loewis.de> added the comment:

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).

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14855>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to