Messages in this thread |  | | From | (Robert Krawitz) | Subject | Re: TCP buffer problem with 2.1.11 | Date | 20 Nov 1996 17:10:51 GMT |
| |
In article <903100wnr@realobj.co.uk> "Adrian St. John" <adrian@realobj.co.uk> writes:
This works smoothly to start off with, until the recv buffer on the Linux box becomes full, at which point all write operations get queued within the kernel until the write buffer is full, at which point the buffer is emptied.
Have you tried setting TCP_NODELAY on the write socket? You might be running into the Nagle algorithm with this kind of setup. -- Robert Krawitz <rlk@tiac.net> http://www.tiac.net/users/rlk/
Member of the League for Programming Freedom -- mail lpf@uunet.uu.net Tall Clubs International -- http://www.tall.org/ or 1-800-521-2512
|  |