Merge pull request #6882 from kjbracey-arm/lwip-tcp-ooseq

lwIP: Enable TCP out-of-order processing
pull/6480/head
Cruz Monrreal 2018-05-14 10:36:08 -05:00 committed by GitHub
commit 506f9a8905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@
#if MBED_CONF_LWIP_TCP_ENABLED
#define LWIP_TCP 1
#define TCP_QUEUE_OOSEQ 0
#define TCP_OVERSIZE 0
#define LWIP_TCP_KEEPALIVE 1
#else