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



##########
File path: net/tcp/tcp_input.c
##########
@@ -737,12 +736,14 @@ static void tcp_input(FAR struct net_driver_s *dev, 
uint8_t domain,
             }
         }
 
+#ifdef CONFIG_NET_TCP_WRITE_BUFFERS
       /* Update sequence number to the unacknowledge sequence number.  If
        * there is still outstanding, unacknowledged data, then this will
        * be beyond ackseq.
        */
 
-      sndseq = tcp_getsequence(conn->sndseq);
+      uint32_t sndseq = tcp_getsequence(conn->sndseq);

Review comment:
       Thank you. I returned the line to the place.




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