You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zhhyu7 (via GitHub)" <gi...@apache.org> on 2023/05/04 12:11:12 UTC

[GitHub] [nuttx] zhhyu7 opened a new pull request, #9187: tcp_monitor: start_monitor return OK when connect closed by peer

zhhyu7 opened a new pull request, #9187:
URL: https://github.com/apache/nuttx/pull/9187

   ## Summary
   If TCP_FIN is received before the user calls accept, the later accept will report an error, then the previously received data cannot be read.
   
   operation flow:
   tcp_server_listen -> tcp_client_connect -> tcp_client_send -> tcp_client_close -> tcp_server_accept(fix this error) -> tcp_server_recv
   ## Impact
   
   ## Testing
   sim:local
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko merged pull request #9187: tcp_monitor: start_monitor return OK when connect closed by peer

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #9187:
URL: https://github.com/apache/nuttx/pull/9187


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org