lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] `MEMP_NUM_PPP_PCB' undeclared here (not in a function)


From: markus . forrer
Subject: Re: [lwip-users] `MEMP_NUM_PPP_PCB' undeclared here (not in a function)
Date: Tue, 13 Aug 2019 10:04:39 +0200

Hi Simon
 
Thank you for your answer.
 
> first: why did you send this three times?
 
Sorry for that, I'm new here. I subscribed for the mailing list but never got a mail. So I tried again.
 
 
 
> Seems like MEMP_NUM_SYS_TIMEOUT
> references MEMP_NUM_PPP_PCB.
 
My lwipopts.h looks like:
 
#define MEMP_NUM_SYS_TIMEOUT            (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + (PPP_SUPPORT*6*MEMP_NUM_PPP_PCB) + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0))
 
If I remove /*(PPP_SUPPORT*6*MEMP_NUM_PPP_PCB) +*/ it works.
 
Looks like something changed in the new version of lwip?
 
Thank you very much and best regards
Markus

reply via email to

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