mogenson commented on issue #6683: URL: https://github.com/apache/incubator-nuttx/issues/6683#issuecomment-1192590380
The following configs were required to keep the TCP socket open and not drop the connection. Now the `tcpecho` example works great! ``` CONFIG_NET_TCPBACKLOG=y CONFIG_NET_TCP_WRITE_BUFFERS=y ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org