anchao commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r665026605
########## File path: net/tcp/tcp.h ########## @@ -198,6 +209,7 @@ struct tcp_conn_s #else uint16_t tx_unacked; /* Number bytes sent but not yet ACKed */ #endif + uint16_t flags; /* Flags of TCP-specific options */ Review comment: The flags filed will be extended by TCP options and reused in the future, such as Selective-ACK, Time-Stamp, etc. -- 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