lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] where could I find the definition of MEMP_PBUF_POOL use


From: OhByeong, Kwon
Subject: Re: [lwip-users] where could I find the definition of MEMP_PBUF_POOL used in pbuf.c?
Date: Sun, 17 Sep 2017 11:49:57 -0700 (MST)

Hi 

change following line in "opt.h" file

change 
-----------------------------opt.h-----------------------------------------
/**
 * LWIP_TCP==1: Turn on TCP.
 */
#if !defined LWIP_TCP || defined __DOXYGEN__
#define LWIP_TCP                        1
#endif
----------------------------------------------------------------------

to 
--------------------------------------------------------------------
/**
 * LWIP_TCP==1: Turn on TCP.
 */
//#if !defined LWIP_TCP || defined __DOXYGEN__
#define LWIP_TCP                        1
//#endif
--------------------------------------------------------------------


LWIP_TCP option enabled....





--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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