Project

General

Profile

Bug #2459

Updated by Davide Pesavento over 9 years ago

The current implementation of ndn-autoconf uses `res_query` and `res_search` methods that block thread execution for an unknown (potentially long) non-deterministic amount of time.    If machine has connectivity to DNS servers, then there is no problem.    I tested on my machine when I disconnected from the network and I couldn't quite get how long should I wait till the function actually finishes... 

 The issue needs to be resolved in some way.

Back