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
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to