a-lunev opened a new pull request #4656: URL: https://github.com/apache/incubator-nuttx/pull/4656
## Summary Fixed issues with TCP unackseq calculation. Wrong unackseq calculation locked conn->tx_unacked at non-zero values even if all ACKs were received. Thus unbuffered psock_tcp_send() never completed. This PR is partially related to #4293. ## Impact TCP -- 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