]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Use the operating system default DSCP marking for
authorjob@openbsd.org <job@openbsd.org>
Tue, 5 Aug 2025 09:08:16 +0000 (09:08 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 6 Aug 2025 23:45:01 +0000 (09:45 +1000)
commit2a31009c36eb2da412c2784fe131fcb6ba800978
tree721e46973c194cea546d5b0a8c1bad5c8eb52ca9
parent6ebd472c391a73574abe02771712d407c48e130d
upstream: Use the operating system default DSCP marking for

non-interactive traffic

It seems the CS1 traffic class mark is considered ambiguous and therefore
somewhat unhelpful (see RFC 8622 for more considerations). But, the new
'LE' scavenger class (also proposed in RFC 8622) offers high probability
of excessive delays & high packet loss, which would be inappropriate
for use with, for example, X11 forwardings. In fact, it is not known to
SSH what's appropriate because SSH is not aware of the content of what
passing through session forwardings. Therefore, no marking is appropriate.
Non-interactive traffic simply is best effort.

OK djm@ deraadt@

OpenBSD-Commit-ID: db1da1a432ecd53fc28feb84287aedb6bec80b01
readconf.c
servconf.c
ssh_config.5
sshd_config.5