K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-04-29T21:55:20.775567Z K 7 svn:log V 311 Default connection timeout is way too long. To make it shorter we have to make socket non-blocking, connect() and if we get EINPROGRESS, we have to wait using select(). Very complex, but I know no other way to define connection timeout for a given socket. Reported by: hiroshi@soupacific.com MFC after: 3 days END