xiaoxiang781216 commented on code in PR #3333:
URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696603456


##########
examples/ipforward/ipforward.c:
##########
@@ -840,7 +840,12 @@ int main(int argc, FAR char *argv[])
 
   /* Wait for receiver thread to terminate */
 
+#ifndef CONFIG_DISABLE_ALL_SIGNALS
   pthread_kill(fwd.if_receiver, 9);
+#else
+  pthread_cancel(fwd.if_receiver);

Review Comment:
   need change like: 
https://github.com/apache/nuttx-apps/pull/3265/changes#diff-443998bbc02522d63d612a3f5c97bcba7a159c8f3f3353a65a9435444679d490R536-R545



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

Reply via email to