lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] SOLVED! Re: invalid recvmbox in UDP recv() function


From: gussabina
Subject: [lwip-users] SOLVED! Re: invalid recvmbox in UDP recv() function
Date: Thu, 11 May 2017 12:13:45 -0700 (MST)

Hello Simon:

I solved the issue!

The problem was there was not default value for DEFAULT_UDP_RECVMBOX_SIZE in
the options, so I had to add an extra line.
Just in case someone else goes though the same problem, they need to add
last line in lwipopts.h file;

/** The mailbox size for the tcpip thread messages */
#define TCPIP_MBOX_SIZE                   16
#define DEFAULT_ACCEPTMBOX_SIZE           16
#define DEFAULT_RAW_RECVMBOX_SIZE         16
#define DEFAULT_TCP_RECVMBOX_SIZE         16
*#define DEFAULT_UDP_RECVMBOX_SIZE         16*  // added to solve the
problem....

Thanks
Gus



--
View this message in context: 
http://lwip.100.n7.nabble.com/invalid-recvmbox-in-UDP-recv-function-tp29602p29631.html
Sent from the lwip-users mailing list archive at Nabble.com.



reply via email to

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