Added configurable delay between slip packets to avoid losing data
This commit is contained in:
parent
28c62208cb
commit
16bb9295f3
2 changed files with 62 additions and 28 deletions
|
@ -42,6 +42,8 @@
|
|||
#undef UIP_CONF_RECEIVE_WINDOW
|
||||
#define UIP_CONF_RECEIVE_WINDOW 60
|
||||
|
||||
#define SLIP_DEV_CONF_SEND_DELAY (CLOCK_SECOND / 32)
|
||||
|
||||
#undef WEBSERVER_CONF_CFS_CONNS
|
||||
#define WEBSERVER_CONF_CFS_CONNS 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue