diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-12 21:26:32 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-12 21:26:32 -0400 |
commit | 4e1e8579499d16247af59127334c47b959a711d3 (patch) | |
tree | be458e9f29dcebe158c299a72d4bfad076305392 /ext | |
parent | 8d1b01cb5b6b5e5903f873ba82e329e723f78b98 (diff) | |
download | infinitytier-4e1e8579499d16247af59127334c47b959a711d3.tar.gz infinitytier-4e1e8579499d16247af59127334c47b959a711d3.zip |
Minor bug fixes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/lwipopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lwipopts.h b/ext/lwipopts.h index e7b78a8f..4f867e71 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -130,7 +130,7 @@ * MEMP_NUM_RAW_PCB: Number of raw connection PCBs * (requires the LWIP_RAW option) */ -#define MEMP_NUM_RAW_PCB 128 +#define MEMP_NUM_RAW_PCB 1 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One |