zhhyu7 commented on issue #16447: URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2914823618
> > [@linguini1](https://github.com/linguini1) could you test the following patch? > > ``` > > tcp_timer: > > /* Yes.. Has the retry count expired? */ > > > > if (conn->keepretries >= conn->keepcnt) > > { > > /* Yes... stop the network monitor, closing the > > * connection and all sockets associated with the > > * connection. > > */ > > > > + devif_conn_event(conn->dev, TCP_ABORT, conn->sconn.list); > > tcp_stop_monitor(conn, TCP_ABORT); > > } > > ``` > > Thank you [@zhhyu7](https://github.com/zhhyu7), this resolved the issue! I am very appreciative of your help. Would you be able to either submit the patch as a PR or would you like me to submit this patch? @linguini1 You can submit the PR directly. Thank you very much. -- 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