On 11.03.2013 21:10, g...@greenie.muc.de wrote:
From: Gert Doering <g...@greenie.muc.de>Return value of mbuf_len() wrong - it's returning a length value, not a yes/no value - so when the queue length approached 65 (full!), it still only returned "1", leading to MBUF overflow later on. Change from "bool" to "int", misbehaviour gone...
ACK. I did not check if that fixes the issue but the change is correct. Arne