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 7cb3499 commit 73010d8Copy full SHA for 73010d8
source/include/FreeRTOSIPConfigDefaults.h
@@ -2506,6 +2506,20 @@
2506
2507
/*---------------------------------------------------------------------------*/
2508
2509
+/*
2510
+ * ipconfigUSE_DUMP_PACKETS
2511
+ */
2512
+#ifndef ipconfigUSE_DUMP_PACKETS
2513
+ #define ipconfigUSE_DUMP_PACKETS 0
2514
+#endif
2515
+
2516
2517
+ * ipconfigUSE_TCP_MEM_STATS
2518
2519
+#ifndef ipconfigUSE_TCP_MEM_STATS
2520
+ #define ipconfigUSE_TCP_MEM_STATS 0
2521
2522
2523
/*===========================================================================*/
2524
/* Debug/Trace/Logging Config */
2525
0 commit comments