On 8 Mar 2011, at 08:51, Carr, Anthony wrote: > Have you tried disabling the Nagle algorithm? > I had a similar issue as I am only sending small packets of data. > Once I had disabled the Nagle algorithm responses to the client were much > faster.
This is almost certainly the problem. Nagle and delayed ACK algorithms don't work too well together. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
