pkarashchenko commented on code in PR #6562: URL: https://github.com/apache/incubator-nuttx/pull/6562#discussion_r912366838
########## net/tcp/tcp.h: ########## @@ -175,7 +175,6 @@ struct tcp_conn_s uint8_t rcvseq[4]; /* The sequence number that we expect to * receive next */ uint8_t sndseq[4]; /* The sequence number that was last sent by us */ - uint32_t rexmit_seq; /* The sequence number to be retrasmitted */ Review Comment: I see that rexmit logic was added by https://github.com/apache/incubator-nuttx/commit/1e07b6d528ab52dd179e6631991c683749c7635d and now it is partially removed. @a-lunev could you please participate in the review of this change? I see some references to RFC 6298 in the comments. @anchao could you please provide a better "state of problem" explanation of what is working not as expected? -- 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