]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
unbreak scp on NetBSD 4.x
authorDamien Miller <djm@mindrot.org>
Fri, 6 Jan 2023 08:13:36 +0000 (19:13 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 6 Jan 2023 08:13:36 +0000 (19:13 +1100)
commitab6bb69e251faa8b24f81b25c72ec0120f20cad4
treedb310413b315fb36aaab20f9f3499982ce5e0fdd
parent2d1ff2b9431393ad99ef496d5e3b9dd0d4f5ac8c
unbreak scp on NetBSD 4.x

e555d5cad5 effectively increased the default copy buffer size for SFTP
transfers. This caused NetBSD 4.x to hang during the "copy local file to
remote file in place" scp.sh regression test.

This puts back the original 32KB copy buffer size until we can properly
figure out why.

lots of debugging assistance from dtucker@
scp.c