pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

Why MEMP_NUM_ARP_QUEUE lwIP options is set in lwipopts_examples_common.h if ARP_QUEUEING default value is 0?

Open ghost opened this issue 1 year ago • 1 comments

MEMP_NUM_ARP_QUEUE seems useful only if ARP_QUEUEING is set to 1, but in https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/lwipopts_examples_common.h is not defined and ARP_QUEUEING default value is 0.

So why MEMP_NUM_ARP_QUEUE is set to 10, while ARP_QUEUEING is not set?

Is this a mistake?

Thanks in advance.

ghost avatar Jul 09 '24 19:07 ghost

It does no harm. We probably copied this file from elsewhere. It might be worth seeing what difference enabling the feature makes.

peterharperuk avatar Jul 11 '24 16:07 peterharperuk