turning off TCP_NOPUSH
From: Garrett Wollman (wollman_at_lcs.mit.edu)
Date: 05/28/03
- Previous message: Barney Wolff: "[dab@BSDI.COM: Re: [e2e] TCP-SYN and delayed TCB allocation]"
- In reply to: Igor Sysoev: "turning off TCP_NOPUSH"
- Next in thread: Igor Sysoev: "Re: turning off TCP_NOPUSH"
- Reply: Igor Sysoev: "Re: turning off TCP_NOPUSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 May 2003 12:07:28 -0400 (EDT) To: Igor Sysoev <is@rambler-co.ru>
<<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.
-GAWollman
_______________________________________________
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: Barney Wolff: "[dab@BSDI.COM: Re: [e2e] TCP-SYN and delayed TCB allocation]"
- In reply to: Igor Sysoev: "turning off TCP_NOPUSH"
- Next in thread: Igor Sysoev: "Re: turning off TCP_NOPUSH"
- Reply: Igor Sysoev: "Re: turning off TCP_NOPUSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|