OpenSSH will now adapt IP QoS to actual sessions and traffic
The commit message says,
djm@
) introduced a significant change,
which enables ssh
and sshd
to set the IP QoS based on what connections
and sessions are active.
List: openbsd-cvs
Subject: CVS: cvs.openbsd.org: src
From: Damien Miller <djm () cvs ! openbsd ! org>
Date: 2025-08-18 3:43:01
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2025/08/17 21:43:01
Modified files:
usr.bin/ssh : sshd-session.c sshd-auth.c ssh.c session.c
serverloop.c packet.h packet.c mux.c misc.c
clientloop.c channels.h channels.c
Log message:
Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS)
continually at runtime based on what sessions/channels are open.
undeadly rss
Version 0.117
of Game of Trees
has been released (and the port
updated):
is OpenBSD 10x faster than Linux? (tedu@)
tedu@
) asks,
is OpenBSD 10x faster than Linux?.
He explains,
Here’s a little benchmark complements of Jann Horn. It’s unexpectedly slow on Linux.
OpenBSD is so fast, I had to modify the program slightly to measure itself, as the time utility is missing sufficient precision to even record nonzero.
Go on,
read the rest
over at Ted's
blog
for some fun tidbits on performance and benchmarks.