You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/02 19:23:56 UTC

[GitHub] [incubator-nuttx] acassis commented on pull request #7510: net/tcp: Avoid starting TCP sequence number and ack number from 0

acassis commented on PR #7510:
URL: https://github.com/apache/incubator-nuttx/pull/7510#issuecomment-1301108513

   Note: I tried to put this test inside tcp_connect() function to avoid doing the test for each transmitted packet, but unfortunately it doesn't work because these variables are overwritten later on. So, the safer place to put this check is on tcp_sendcommon() just before copying it to tcp->ackno and tcp->seqno.


-- 
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