[Python-Dev] socket.create_connection slow

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 14 20:28:53 CET 2009


> I have no idea why the connect refusal takes so long.

Can you run wireshark, to find out whether it's sending out any
requests that don't get responses?

Could it be that your firewall is discarding the connection
request? (rather than sending an ICMP destination unreachable
back)

Anything added to the event log?

Regards,
Martin


More information about the Python-Dev mailing list