]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Apply ConnectTimeout to multiplexing local socket
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 4 Aug 2023 06:32:40 +0000 (06:32 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 4 Aug 2023 07:50:35 +0000 (17:50 +1000)
commite535fbe2af893046c28adfcd787c1fdbae36a24a
tree86b7c0acd2a554e98018d0e0d71e22d81008083d
parent9d92e7b24848fcc605945f7c2e3460c7c31832ce
upstream: Apply ConnectTimeout to multiplexing local socket

connections.  If the multiplex socket exists but the connection times out,
ssh will fall back to a direct connection the same way it would if the socket
did not exist at all.  ok djm@

OpenBSD-Commit-ID: 2fbe1a36d4a24b98531b2d298a6557c8285dc1b4
misc.c
mux.c