Increased LWIP_DRIVER_LOOP_INTERVAL to 250 ms, other minor changes

This commit is contained in:
Joseph Henry
2019-02-27 18:25:29 -08:00
parent 8d3c300538
commit 0c06006ab1
2 changed files with 8 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
/**
* How often the lwIP tcpip thread callback checks for incoming frames
*/
#define LWIP_GUARDED_BUF_CHECK_INTERVAL 25
#define LWIP_DRIVER_LOOP_INTERVAL 250
/**
* Number of packets that can be queued for ingress into the lwIP core