Re: Setting TCP_NODELAY doesn't disable Nagle's alg. on loopback

2006-05-16 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 16 May 2006 09:16:06 -0700 > If it is 2.6.5 that is over 2+ years old. Please try with something > past the Pleistocene era... R O F L! If that doesn't belong in a quotes file, I don't know what does :-) - To unsubscribe from this list: send

Re: Setting TCP_NODELAY doesn't disable Nagle's alg. on loopback

2006-05-16 Thread Stephen Hemminger
On Tue, 16 May 2006 10:50:30 +0200 "Radko Mihal" <[EMAIL PROTECTED]> wrote: > Hi, > > We are facing strange problem with disabling the Nagle's algorithm via > setting the TCP_NODELAY flag on server socket (setsockopt), where server is > communication with client via loopback. > After the first

Setting TCP_NODELAY doesn't disable Nagle's alg. on loopback

2006-05-16 Thread Radko Mihal
Hi, We are facing strange problem with disabling the Nagle's algorithm via setting the TCP_NODELAY flag on server socket (setsockopt), where server is communication with client via loopback. After the first segment (of the response) is sent by server side, server is waiting for ACK instead of c