Re: Can TCP_NODELAY be turned on and off in a single session?
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 04/29/04
- Next message: Christian: "Re: FTP data connection"
- Previous message: Barry Margolin: "Re: c program running 2 terminal windows, how to specify in which to write?"
- In reply to: Chris Markle: "Can TCP_NODELAY be turned on and off in a single session?"
- Next in thread: David Schwartz: "Re: Can TCP_NODELAY be turned on and off in a single session?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 02:23:18 -0400
In article <GR%jc.11458$RE1.1161892@attbi_s54>,
"Chris Markle" <cmarkle@sendmail.com> wrote:
> Can one toggle TCP_NODELAY (disable Nagle) off for part of the time during a
> connection (maybe for some back and forth short protocol interaction) and
> then on for another time period in the same connection (say for a more bulk
> data portion of a protocol)?
I can't think of any reason why not.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: Christian: "Re: FTP data connection"
- Previous message: Barry Margolin: "Re: c program running 2 terminal windows, how to specify in which to write?"
- In reply to: Chris Markle: "Can TCP_NODELAY be turned on and off in a single session?"
- Next in thread: David Schwartz: "Re: Can TCP_NODELAY be turned on and off in a single session?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|