mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Fixed socket protocol check logic in socket()
This commit is contained in:
parent
73145de618
commit
0912d4be59
4 changed files with 21 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue