Date: Sat, 15 Dec 2001 11:58:43 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Alex Popa <razor@ldc.ro> Cc: Jeremy Andrews <jeremy@kerneltrap.com>, freebsd-stable@FreeBSD.ORG Subject: Re: Speeding up ssh over modem? Message-ID: <200112151958.fBFJwhi17572@apollo.backplane.com> References: <20011214233200.A84807@ldc.ro> <20011215092006.55e9e77f.jeremy@kerneltrap.com> <20011215204943.A25578@ldc.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
:I am wondering if there is a way for sshd to check if the delay between
:two write()s to the terminal it creates are closer than say 5ms, and
:combining those on the outgoing wire, for a max of 10. This would yield
:a max delay of 50ms, which I think would not really be noticeable.
:
:Alex
:
:------------+------------------------------------------
:Alex Popa, | "Artificial Intelligence is
Try hacking your ssh to not set TCP_NODELAY. In
/usr/src/crypto/openssh/packet.c around line 1284.
#if 0 out the setsockopt TCP_NODELAY code.
-Matt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112151958.fBFJwhi17572>
