increase uip buffer size for native border router
This commit is contained in:
parent
321ecc9fab
commit
417a2b691f
|
@ -37,7 +37,7 @@
|
|||
#define QUEUEBUF_CONF_NUM 4
|
||||
|
||||
#undef UIP_CONF_BUFFER_SIZE
|
||||
#define UIP_CONF_BUFFER_SIZE 140
|
||||
#define UIP_CONF_BUFFER_SIZE 1280
|
||||
|
||||
#undef UIP_CONF_RECEIVE_WINDOW
|
||||
#define UIP_CONF_RECEIVE_WINDOW 60
|
||||
|
|
Loading…
Reference in a new issue