a-lunev commented on a change in pull request #4656:
URL: https://github.com/apache/incubator-nuttx/pull/4656#discussion_r726758349



##########
File path: net/tcp/tcp.h
##########
@@ -217,6 +217,8 @@ struct tcp_conn_s
 #else
   uint16_t tx_unacked;    /* Number bytes sent but not yet ACKed */
 #endif
+  uint32_t sndseq_max;    /* The sequence number of next not-retransmitted

Review comment:
       Good. I will do that later. Could you please review #4659 first? As it 
turned out, the new found issue (#4659) is a blocker of further refactoring.




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


Reply via email to