bugfix buffer overflow
This commit is contained in:
parent
2f8549aaae
commit
9fb2352b08
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@
|
||||||
#define QUEUEBUF_CONF_NUM 4
|
#define QUEUEBUF_CONF_NUM 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef UIP_CONF_BUFFER_SIZE
|
#undef UIP_CONF_BUFFER_SIZE
|
||||||
#define UIP_CONF_BUFFER_SIZE 140
|
#define UIP_CONF_BUFFER_SIZE 256
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef UIP_CONF_RECEIVE_WINDOW
|
#ifndef UIP_CONF_RECEIVE_WINDOW
|
||||||
#define UIP_CONF_RECEIVE_WINDOW 60
|
#define UIP_CONF_RECEIVE_WINDOW 60
|
||||||
|
|
Loading…
Add table
Reference in a new issue