Author :
dtucker
Date :
2019-11-22 06:50:30
Hash :8cd3d8c5 Message :Wait for FD to be readable or writeable during a nonblocking connect,
not just readable. Prevents a timeout when the server doesn't immediately
send a banner (eg multiplexers like sslh) but is also slightly quicker
for other connections since, unlike ssh1, ssh2 doesn't specify that the
client should parse the server banner before sending its own. Patch
from mnissler@chromium.org, ok djm@