Skip to content

Commit 06a5e09

Browse files
andreagilardoniaentinger
authored andcommitted
disabling TCP_QUEUE_OOSEQ to avoid wasting memory
1 parent d515084 commit 06a5e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/net/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
* Define to 0 if your device is low on memory.
597597
*/
598598
#ifndef TCP_QUEUE_OOSEQ
599-
#define TCP_QUEUE_OOSEQ (LWIP_TCP)
599+
#define TCP_QUEUE_OOSEQ 0
600600
#endif
601601

602602
/**

0 commit comments

Comments
 (0)