bugfix buffer overflow

This commit is contained in:
Harald Pichler 2017-02-01 10:28:02 +01:00
parent 2f8549aaae
commit 9fb2352b08

View file

@ -53,9 +53,9 @@
#define QUEUEBUF_CONF_NUM 4
#endif
#ifndef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE 140
#endif
#undef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE 256
#ifndef UIP_CONF_RECEIVE_WINDOW
#define UIP_CONF_RECEIVE_WINDOW 60