diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-06 21:22:08 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-06 21:22:08 -0400 |
commit | 1bc33ae8d78cf97f96028d0e46e916d71b995f7f (patch) | |
tree | 3345f7513050d307ee20d77747d54a0487806a03 /ext | |
parent | 876aa0883d66340960381ec6388c55b23e5d2b5e (diff) | |
download | infinitytier-1bc33ae8d78cf97f96028d0e46e916d71b995f7f.tar.gz infinitytier-1bc33ae8d78cf97f96028d0e46e916d71b995f7f.zip |
Minor debug output changes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/lwipopts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/lwipopts.h b/ext/lwipopts.h index 97d28255..78ec1f9d 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -71,7 +71,7 @@ /* these are originally defined in tcp_impl.h */ #ifndef TCP_TMR_INTERVAL /* The TCP timer interval in milliseconds. */ -#define TCP_TMR_INTERVAL 250 +#define TCP_TMR_INTERVAL 20 #endif /* TCP_TMR_INTERVAL */ #ifndef TCP_FAST_INTERVAL @@ -113,7 +113,7 @@ ------------------------------------------------------------------------------*/ -#define LWIP_CHKSUM_ALGORITHM 2 +#define LWIP_CHKSUM_ALGORITHM 0 /** @@ -146,7 +146,7 @@ * MEMP_NUM_RAW_PCB: Number of raw connection PCBs * (requires the LWIP_RAW option) */ -#define MEMP_NUM_RAW_PCB 32 +#define MEMP_NUM_RAW_PCB 128 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One |