We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a5320 commit 13361c8Copy full SHA for 13361c8
src/AsyncTCP.cpp
@@ -78,7 +78,7 @@ typedef struct {
78
79
static xQueueHandle _async_queue;
80
static TaskHandle_t _async_service_task_handle = NULL;
81
-const int _number_of_closed_slots = 16;
+const int _number_of_closed_slots = CONFIG_LWIP_MAX_ACTIVE_TCP;
82
static int _closed_index = 0;
83
static int _closed_slots[_number_of_closed_slots];
84
0 commit comments