diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-12 19:29:27 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-12 19:29:27 -0400 |
commit | 5dffa432016d32e3b633390589af4dccaded67d5 (patch) | |
tree | 8699c20272db11a805d4e4dab5641b018fafbd71 /ext/lwipopts.h | |
parent | 6b1a38f14c6d30510d3332039accdc43b5bd5032 (diff) | |
download | infinitytier-5dffa432016d32e3b633390589af4dccaded67d5.tar.gz infinitytier-5dffa432016d32e3b633390589af4dccaded67d5.zip |
Additional retval+errno handling
Diffstat (limited to 'ext/lwipopts.h')
-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 7a75e79b..e7b78a8f 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 32 +#define MEMP_NUM_RAW_PCB 128 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One |