6 changed files with 24 additions and 0 deletions
@ -0,0 +1,4 @@
|
||||
#include "test_configs/opt_dualstack.h" |
||||
|
||||
#undef LWIP_TCP |
||||
#define LWIP_TCP 0 |
||||
@ -0,0 +1,4 @@
|
||||
#include "test_configs/opt_ipv4only.h" |
||||
|
||||
#undef LWIP_TCP |
||||
#define LWIP_TCP 0 |
||||
@ -0,0 +1,4 @@
|
||||
#include "test_configs/opt_ipv6only.h" |
||||
|
||||
#undef LWIP_TCP |
||||
#define LWIP_TCP 0 |
||||
@ -0,0 +1,4 @@
|
||||
#include "test_configs/opt_dualstack.h" |
||||
|
||||
#undef LWIP_UDP |
||||
#define LWIP_UDP 0 |
||||
@ -0,0 +1,4 @@
|
||||
#include "test_configs/opt_ipv4only.h" |
||||
|
||||
#undef LWIP_UDP |
||||
#define LWIP_UDP 0 |
||||
Loading…
Reference in new issue