Free (GPLv2) TCP/IP stack developed by TASS Belgium

Fork of PicoTCP by Daniele Lacamera

Revision:
26:dc3e7f96338f
Parent:
25:d63125298eb3
Child:
27:26c168f5aa97
--- a/include/pico_queue.h	Tue Jun 11 23:28:50 2013 +0000
+++ b/include/pico_queue.h	Sat Jun 15 18:38:26 2013 +0000
@@ -9,7 +9,7 @@
 #include "pico_config.h"
 #include "pico_frame.h"
 
-#define Q_LIMIT 0
+#define Q_LIMIT 2000
 
 #ifndef NULL
 #define NULL ((void *)0)