[Bug 105] scp protocol 2 over a hippi interface takes 6 times longer

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Feb 18 08:43:43 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=105





------- Additional Comments From markus at openbsd.org  2002-02-18 08:43 -------
what about this?

Index: channels.c
===================================================================
RCS file: /cvs/openssh_cvs/channels.c,v
retrieving revision 1.138
diff -u -r1.138 channels.c
--- channels.c  8 Feb 2002 11:07:17 -0000       1.138
+++ channels.c  17 Feb 2002 21:34:48 -0000
@@ -1227,7 +1227,7 @@
 static int
 channel_handle_rfd(Channel *c, fd_set * readset, fd_set * writeset)
 {
-       char buf[16*1024];
+       char buf[64*1024];
        int len;

        if (c->rfd != -1 &&




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list