lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] 2.1.0+contrib freertos port


From: address@hidden
Subject: Re: [lwip-users] 2.1.0+contrib freertos port
Date: Wed, 3 Oct 2018 21:25:41 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 03.10.2018 17:30, Rastislav Uhrin wrote:
[..] I have also defined

#define DEFAULT_ACCEPTMBOX_SIZE                     4

#define DEFAULT_UDP_RECVMBOX_SIZE               4

#define DEFAULT_TCP_RECVMBOX_SIZE                4

 

I am getting assert on commented line which checks size of allocated queue because size is 0.


There are other places where sys_mbox_new() is called than the ones using the 3 defines above.
At least TCPIP_MBOX_SIZE and DEFAULT_RAW_RECVMBOX_SIZE should be defined.

Simon

reply via email to

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