lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUEL


From: Sylvain Rochet
Subject: [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached
Date: Sat, 05 Mar 2016 12:46:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0.2

Follow-up Comment #8, bug #46289 (project lwip):

That's not a very good idea, PBUF_POOL is meant to be used for TX packets
only.

The problem is, if your TX and RX path share the same pool, you can reach a
condition where all your buffers are used, most commonly with unACKed TCP data
but you are not able anymore to receive TCP ACK anymore to be able to free
some buffers.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?46289>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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