linguini1 commented on issue #16447: URL: https://github.com/apache/nuttx/issues/16447#issuecomment-2910564953
Noticed that after the probes receive no reply, the TCP stack calls the abort mechanism indefinitely: ```console [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting [CPU0] [ 2] tcp_timer: aborted [CPU0] [ 2] tcp_timer: aborting ``` This is net/tcp/tcp_timer.c:704 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
