zhhyu7 commented on issue #16447:
URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2911596744

   @linguini1 could you test the following patch?
   ```
   void tcp_stop_monitor(FAR struct tcp_conn_s *conn, uint16_t flags)
   {
     DEBUGASSERT(conn != NULL && conn->dev != NULL);
   
     /* Notify all registered callbacks */
   
     devif_conn_event(conn->dev, flags, conn->sconn.list);
   
     /* Stop the network monitor */
   
     tcp_shutdown_monitor(conn, flags);
   }
   ```
   


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