Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 14 Apr 2003 19:14:10 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: cygwin + sshd = nagle? Message-ID: <20030414171410.GR11137@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <2b85635ccc2cbd8c003cb6d0b7a2d694 AT snellwilcox DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2b85635ccc2cbd8c003cb6d0b7a2d694@snellwilcox.com> User-Agent: Mutt/1.4.1i On Mon, Apr 14, 2003 at 03:56:24PM +0100, steve DOT simon AT snellwilcox DOT com wrote: > Hi, > > I am trying to start an rpc slave on an NT box using the sshd demon. > as I am running an RPC protocol I don't want nagle active. > > If I run sshd with three -d options to get very chatty debug I see it try to turn > off nagle (even though strictly I have asked for a non-interactive session and from > my reading of the code it should enable nagle !) I'm confused. Your first sentence implies you don't want nagle but you're now complaining that nagle gets deactivated?!? Anyway, it depends. ssh never explicitly enables nagle but it disables it under several conditions. AFAICS (I'm not an expert of these internals) ssh disables nagle not only for interactive sessions but also on all secondary channels (X11 forwarding, port forwarding, etc.). So even if you're running in an non-interactive session, any other socket not used for the very control channel has nagle disabled. However, this is not a Cygwin issue. I suggest discussing this on the official ssh mailing list(s). > Anyone with a deep understanding of cygwin conform or deny this? This isn't a Cygwin issue AFAICS. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/