The 1.53 fix
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/tcp_usrreq.c.diff?r1=1.52&r2=1.53
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:
tp->t_flags &= ~TF_NOPUSH;
- error
On Wed, May 28, 2003 at 11:29:50AM +0300, Ivailo Tanusheff wrote:
> Because of the bandwidth of the mail traffic I'll need to install some
> local mail servers in each office. My question is: how to configure the
> main server and local servers in offices, so each mail send to
> xxx.whatever.com, a
On Wed, 28 May 2003, Ivailo Tanusheff wrote:
> Hi,
>
> I have some problem I can't deal with and maybe because of my not so
> good English language skills I can't find in the mail archive.
>
> I have following configuration: a WAN network, with single internet
> access point, protected by firewall
Hi,
I have some problem I can't deal with and maybe because of my not so
good English language skills I can't find in the mail archive.
I have following configuration: a WAN network, with single internet
access point, protected by firewall and a mail server. I also have
several remote offices con