mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6882 from kjbracey-arm/lwip-tcp-ooseq
lwIP: Enable TCP out-of-order processingpull/6480/head
commit
506f9a8905
|
@ -210,7 +210,6 @@
|
||||||
|
|
||||||
#if MBED_CONF_LWIP_TCP_ENABLED
|
#if MBED_CONF_LWIP_TCP_ENABLED
|
||||||
#define LWIP_TCP 1
|
#define LWIP_TCP 1
|
||||||
#define TCP_QUEUE_OOSEQ 0
|
|
||||||
#define TCP_OVERSIZE 0
|
#define TCP_OVERSIZE 0
|
||||||
#define LWIP_TCP_KEEPALIVE 1
|
#define LWIP_TCP_KEEPALIVE 1
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue