gustavonihei commented on code in PR #6290:
URL: https://github.com/apache/incubator-nuttx/pull/6290#discussion_r875786926


##########
net/tcp/tcp_timer.c:
##########
@@ -470,7 +452,7 @@ void tcp_timer(FAR struct net_driver_s *dev, FAR struct 
tcp_conn_s *conn,
 #endif
                       /* Update for the next probe */
 
-                      conn->keeptime = clock_systime_ticks();
+                      conn->keeptimer = conn->keepintl;

Review Comment:
   ```suggestion
                         conn->keeptimer = conn->keepintvl;
   ```
   CI complained about this one



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