commit: ba25e990d0ca8d84b5f2a7fbfecb6fad4ba21bbe
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 19:54:52 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 19:54:52 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ba25e990
tools: Upload with SSH option IPQoS=cs0
SSH defaults to IPQoS=cs1 for non-interative sessions, like scp.
OSUOSL's network prioritizes these packets lower and often drops them,
reducing uplaod performance significantly.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 1f053048..028e09ca 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -274,6 +274,7 @@ upload() {
-o UserKnownHostsFile=/dev/null
-o VerifyHostKeyDNS=yes
-o StrictHostKeyChecking=no
+ -o IPQoS=cs0
)
local RSYNC_OPTS=(
-e "${SSH_CMD[*]}"