aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharath <sharathkumarboyanapally@gmail.com>2019-02-07 20:37:44 +0530
committersharath <sharathkumarboyanapally@gmail.com>2019-02-08 09:58:53 +0530
commit8e345762c767c65e93e005f334fd3ed3445e232e (patch)
tree047f7b644383dffe31aa4d7c1d26974fd756e6d8
parent840dc98676773c027e699bd6efc3793118a5f1ef (diff)
Fix: support TCP_NODELAY option for LWIP
Change-Id: I5f15691fd7bb800507ad5c8c11c1335f45ee590a Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
-rw-r--r--stacks/lwip_stack/lwip_src/socket/stackx_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stacks/lwip_stack/lwip_src/socket/stackx_tcp.c b/stacks/lwip_stack/lwip_src/socket/stackx_tcp.c
index 8d57ba0..a410a4f 100644
--- a/stacks/lwip_stack/lwip_src/socket/stackx_tcp.c
+++ b/stacks/lwip_stack/lwip_src/socket/stackx_tcp.c
@@ -584,6 +584,7 @@ sbr_setsockopt_ipproto_tcp (int optname, socklen_t optlen)
switch (optname)
{
+ case SPL_TCP_NODELAY:
case SPL_TCP_KEEPIDLE:
case SPL_TCP_KEEPINTVL:
case SPL_TCP_KEEPCNT: