File foo.patch of Package openssh
diff -u openssh-10.2p1.bak/sshd-auth.c openssh-10.2p1/sshd-auth.c
--- openssh-10.2p1.bak/sshd-auth.c 2025-11-11 11:59:57.118247900 +0100
+++ openssh-10.2p1/sshd-auth.c 2025-11-11 12:00:12.593516309 +0100
@@ -647,8 +647,8 @@
/* Fill in default values for those options not explicitly set. */
fill_default_server_options(&options);
options.timing_secret = timing_secret; /* XXX eliminate from unpriv */
- ssh_packet_set_qos(ssh, options.ip_qos_interactive,
- options.ip_qos_bulk);
+ /* ssh_packet_set_qos(ssh, options.ip_qos_interactive, */
+ /* options.ip_qos_bulk); */
/* Reinit logging in case config set Level, Facility or Verbose. */
log_init(__progname, options.log_level, options.log_facility, 1);
diff -u openssh-10.2p1.bak/sshd-session.c openssh-10.2p1/sshd-session.c
--- openssh-10.2p1.bak/sshd-session.c 2025-11-11 11:59:57.118247900 +0100
+++ openssh-10.2p1/sshd-session.c 2025-11-11 12:00:15.601568482 +0100
@@ -1184,8 +1184,8 @@
fatal("Unable to create connection");
the_active_state = ssh;
ssh_packet_set_server(ssh);
- ssh_packet_set_qos(ssh, options.ip_qos_interactive,
- options.ip_qos_bulk);
+ /* ssh_packet_set_qos(ssh, options.ip_qos_interactive, */
+ /* options.ip_qos_bulk); */
check_ip_options(ssh);