diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-13 17:05:11 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-13 17:05:11 -0400 |
commit | 0912d4be59165f2a5b70b296c947fd76d9b7c3a0 (patch) | |
tree | fd5ebe301d0e08377b590c08f48e7b43a5b4ed47 /ext | |
parent | 73145de618e29032816eb753be8763b6710ea30b (diff) | |
download | infinitytier-0912d4be59165f2a5b70b296c947fd76d9b7c3a0.tar.gz infinitytier-0912d4be59165f2a5b70b296c947fd76d9b7c3a0.zip |
Fixed socket protocol check logic in socket()
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 4f867e71..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 1 +#define MEMP_NUM_RAW_PCB 128 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One |