Skip to content

Commit 9a4587a

Browse files
disabling TCP_QUEUE_OOSEQ to avoid wasting memory
1 parent 45d09ee commit 9a4587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extras/net/lwipopts.h

+1-1
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)