diff --git a/ext/aws/FreeRTOSIPConfig.h.in b/ext/aws/FreeRTOSIPConfig.h.in index bef1ec884a..d183131556 100644 --- a/ext/aws/FreeRTOSIPConfig.h.in +++ b/ext/aws/FreeRTOSIPConfig.h.in @@ -65,4 +65,7 @@ #endif %% endif +// Temporary fix for this issue: https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/pull/403 +#define ipconfigTCP_SRTT_MINIMUM_VALUE_MS 50 + #endif // FREERTOS_IP_CONFIG_H