Re: Disabling Nagle Algorithm

2005-02-09 Thread Vikas Paliwal
some test runs. Thanks a ton for your comments. I appreciate it. -- Vikas Paliwal - Original Message - From: "Nivedita Singhvi" <[EMAIL PROTECTED]> To: "Vikas Paliwal" <[EMAIL PROTECTED]> Cc: Sent: Thursday, February 03, 2005 2:30 AM Subject: Re: Disabling

Re: Disabling Nagle Algorithm

2005-02-02 Thread Nivedita Singhvi
Vikas Paliwal wrote: Hi, Is there a way so that the Nagle algorithm can be disabled. I tried the TCP_NODELAY socket option but that does not seem to help. I need to send specific sized packets for an experimental evaluation. The TCP_NODELAY option seems to work for a while, after which it switc

Disabling Nagle Algorithm

2005-02-02 Thread Vikas Paliwal
Hi, Is there a way so that the Nagle algorithm can be disabled. I tried the TCP_NODELAY socket option but that does not seem to help. I need to send specific sized packets for an experimental evaluation. The TCP_NODELAY option seems to work for a while, after which it switches to its size 1448