[lwip-users] Smallest possible PBUF_POOL_SIZE and MEM_SIZE (UDP only), PBUF allocation

2018-10-19 Thread Hamme, Janis
Hello lwIP Users, I'm currently configuring/porting lwIP for an embedded application with quite constrained memory size (NO_SYS mode). Since I only need IPv6/UDP with multicast I was wondering if setting the statically allocated memory as low as #define PBUF_POOL_SIZE1 #define MEM_S

Re: [lwip-users] Smallest possible PBUF_POOL_SIZE and MEM_SIZE (UDP only), PBUF allocation

2018-10-19 Thread Hamme, Janis
ent: Friday, October 19, 2018 2:14 PM To: Mailing list for lwIP users Subject: Re: [lwip-users] Smallest possible PBUF_POOL_SIZE and MEM_SIZE (UDP only), PBUF allocation Hamme, Janis" wrote: > Since each packet would be processed >immediately I can't think of any situation where I would