[PATCH] Connect timeout

Markus Friedl markus at openbsd.org
Mon Jan 28 01:20:21 EST 2002


On Sat, Jan 26, 2002 at 11:45:39PM +0100, Jean-Charles Longuet wrote:
> The attached patch adds a new 'ConnectTimeout' option (man page updated
> in patch) to avoid wasting time when the target host is down. I needed that
> because I was using rsync/rdist over ssh for massive files update and the
> default connect() took too long for my purpose.

please no setjmp. you can use async connects
and select, like the rest of openssh.

-m



More information about the openssh-unix-dev mailing list