[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/
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Simon Goldschmidt, 2016/03/04
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Ambroz Bizjak, 2016/03/04
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Ambroz Bizjak, 2016/03/04
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Simon Goldschmidt, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Ambroz Bizjak, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached,
Sylvain Rochet <=
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Simon Goldschmidt, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Sylvain Rochet, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Ambroz Bizjak, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Ambroz Bizjak, 2016/03/05
- [lwip-devel] [bug #46289] tcp_write fails with ERR_MEM if TCP_SND_QUEUELEN is reached, Sylvain Rochet, 2016/03/06