CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/04 00:32:40
Modified files:
usr.bin/ssh : misc.c mux.c
Log message:
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@
