mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Changed default size of uIP buffer and removed serial line input for mb851-websense example.
This commit is contained in:
parent
f8b07cdf64
commit
efffaac0ff
@ -36,7 +36,7 @@
|
|||||||
#define QUEUEBUF_CONF_NUM 2
|
#define QUEUEBUF_CONF_NUM 2
|
||||||
|
|
||||||
#undef UIP_CONF_BUFFER_SIZE
|
#undef UIP_CONF_BUFFER_SIZE
|
||||||
#define UIP_CONF_BUFFER_SIZE 140
|
#define UIP_CONF_BUFFER_SIZE 128
|
||||||
|
|
||||||
#undef UIP_CONF_RECEIVE_WINDOW
|
#undef UIP_CONF_RECEIVE_WINDOW
|
||||||
#define UIP_CONF_RECEIVE_WINDOW 60
|
#define UIP_CONF_RECEIVE_WINDOW 60
|
||||||
@ -44,4 +44,7 @@
|
|||||||
#undef WEBSERVER_CONF_CFS_CONNS
|
#undef WEBSERVER_CONF_CFS_CONNS
|
||||||
#define WEBSERVER_CONF_CFS_CONNS 2
|
#define WEBSERVER_CONF_CFS_CONNS 2
|
||||||
|
|
||||||
|
#undef WITH_SERIAL_LINE_INPUT
|
||||||
|
#define WITH_SERIAL_LINE_INPUT 0
|
||||||
|
|
||||||
#endif /* __PROJECT_RPL_WEB_CONF_H__ */
|
#endif /* __PROJECT_RPL_WEB_CONF_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user