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

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Feb 13 07:56:50 EST 2002


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





------- Additional Comments From markus at openbsd.org  2002-02-13 07:56 -------
hm, ok, lets try this.

keep CHAN_SES_PACKET_DEFAULT fixed:

#define CHAN_SES_PACKET_DEFAULT (16*1024)
and change the _window_ size to

#define CHAN_SES_WINDOW_DEFAULT (CHAN_SES_PACKET_DEFAULT*4)

you can try to increase the 4.

this means the ssh client will send 4 packets before
waiting for an ACK from the server.





------- 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