CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/13 20:40:27

Modified files:
        usr.bin/ssh    : packet.c 

Log message:
mux proxy sockets also share in and out fds, so using this as a
heuristic to decide whether the connection is on an inet/inet6
socket is incorrect.

Fixes breakage in t-multiplex after recent pledge(2) changes where
the packet code would attempt to set TCP_NODELAY on a mux proxy
connection (which is AF_UNIX).

Reply via email to