CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/26 17:49:58
Modified files:
usr.bin/ssh : misc.c misc.h packet.c sshconnect.c
Log message:
Set the specified TOS/DSCP for interactive use prior to TCP connect.
The connection phase of the SSH session is time-sensitive (due to
server side login grace periods) and is frequently interactive (e.g.
entering passwords). The ultimate interactive/bulk TOS/DSCP will be
set after authentication completes.
ok dtucker@
