I have a multihreaded application using netfilter_conntrack and one thread is blocked in nfct_catch. Signal handling is done in another (main) thread. What is the correct way to terminate nfct_catch? I tried sending SIGINT to the blocked thread using pthread_kill expecting that it would be interrupted with EINTR but that did not happen. The same approach works with NFQUEUE in the recv cycle. Any suggestions? Thank you. Anatoli Bobylev -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html