Closed MasterKungfu closed 5 years ago
pthread_create(&threadDns, NULL, ThreadDNS, dnsThread[i]) may run many times?
https://github.com/sipa/bitcoin-seeder/blob/d54f39a1eeb7ddb0638396755d3a76abbd4c41ef/dns.c#L390-L410
ok, these is a sleep in createthread loop. : )
pthread_create(&threadDns, NULL, ThreadDNS, dnsThread[i]) may run many times?
https://github.com/sipa/bitcoin-seeder/blob/d54f39a1eeb7ddb0638396755d3a76abbd4c41ef/dns.c#L390-L410