Re: turning off TCP_NOPUSH
From: Igor Sysoev (is_at_rambler-co.ru)
Date: 05/28/03
- Previous message: kfl: "TCP for transaction"
- In reply to: Garrett Wollman: "turning off TCP_NOPUSH"
- Next in thread: Garrett Wollman: "Re: turning off TCP_NOPUSH"
- Reply: Garrett Wollman: "Re: turning off TCP_NOPUSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 May 2003 22:22:14 +0400 (MSD) To: Garrett Wollman <wollman@lcs.mit.edu>
On Wed, 28 May 2003, Garrett Wollman wrote:
> <<On Wed, 28 May 2003 17:05:59 +0400 (MSD), Igor Sysoev <is@rambler-co.ru> said:
>
> > always calls tcp_output() when TCP_NOPUSH is turned off. I think
> > tcp_output() should be called only if data in the send buffer is less
> > than MSS:
>
> I believe that this is intentional. The application had to explicitly
> enable TCP_NOPUSH, so if the application disables it explicitly, then
> we interpret that as meaning that the application wants to send a PSH
> segment immediately.
As I understand if the data in the send buffer is bigger than MSS it means
that TCP stack has some reason not to send it and this reason is not
TF_NOPUSH flag. Am I wrong ?
Igor Sysoev
http://sysoev.ru/en/
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: kfl: "TCP for transaction"
- In reply to: Garrett Wollman: "turning off TCP_NOPUSH"
- Next in thread: Garrett Wollman: "Re: turning off TCP_NOPUSH"
- Reply: Garrett Wollman: "Re: turning off TCP_NOPUSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|