Re: TCP_NODELAY
- From: Darren Tucker <dtucker@xxxxxxxxxx>
- Date: Wed, 17 Jan 2007 11:52:54 +1100
On Mon, Jan 15, 2007 at 05:52:50AM -0600, Chris Nystrom wrote:
I have an interactive application including mouse events that I want
to be secure. I have configured the system to use an openssh subsystem
and it works well except that we have noticed some inconsistent
performance. We have fixed this on a plain socket connection by
setting TCP_NODELAY.
I have looked at the man pages and the e-mail archives and as far as I
can tell there is no way to set this for an ssh subsystem. Am I
correct?
OpenSSH's client traditionally set TCP_NODELAY for "interactive" sessions
(where "interactive" means "has requested a pty", although that's
becoming less and less useful as an indicator). You can try forcing
pty allocation by adding "-tt" to your ssh command line.
OpenSSH 4.4 and newer set TCP_NODELAY unconditionally.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Follow-Ups:
- Re: TCP_NODELAY
- From: Chris Nystrom
- Re: TCP_NODELAY
- References:
- TCP_NODELAY
- From: Chris Nystrom
- TCP_NODELAY
- Prev by Date: Re: Looking for old binaries for SunOS 4.1.3 (Solaris 1.1)
- Next by Date: Re: TCP_NODELAY
- Previous by thread: Re: TCP_NODELAY
- Next by thread: Re: TCP_NODELAY
- Index(es):
Relevant Pages
|