xiaoxiang781216 commented on a change in pull request #4656: URL: https://github.com/apache/incubator-nuttx/pull/4656#discussion_r726270019
########## 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: move before tx_unacked, so we can save 16bits if CONFIG_NET_TCP_WRITE_BUFFERS equals n -- 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