diff --git a/lib/tcpip/FreeRTOSIPConfig.h b/lib/tcpip/FreeRTOSIPConfig.h index 01ddc59..851ac7a 100644 --- a/lib/tcpip/FreeRTOSIPConfig.h +++ b/lib/tcpip/FreeRTOSIPConfig.h @@ -125,6 +125,8 @@ // Use dynamic allocation #define configSUPPORT_DYNAMIC_ALLOCATION 1 +#define ipconfigMAXIMUM_DISCOVER_TX_PERIOD portMAX_DELAY + // We don't support static allocation #define configSUPPORT_STATIC_ALLOCATION 0