On 11.03.2013 21:10, [email protected] wrote:
From: Gert Doering <[email protected]>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
