lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwIP hangs on transfers with many short packets


From: address@hidden
Subject: Re: [lwip-users] lwIP hangs on transfers with many short packets
Date: Wed, 19 May 2010 21:45:38 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

multiplex wrote:
Yes, that was my impression. I tried increasing it by a factor of ten, but
then nothing came out until I turned of Nagle. Then, it still disappeared
into never never land. tcp_output reporting: nothing to send. Any other
suggestions?
Nothing to send? I don't see that statement in the log you sent with the last mail.
  Do I have to worry about the out of memory errors?
Do you mean the "out of memory in pool TCPIP_MSG_INPKT" messages? Yes, you definitively have to worry about that: every message like that means one incoming packet is dropped! Try increasing MEMP_NUM_TCPIP_MSG_INPKT.

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]