[reSIProcate] DnsUtil.cxx

Mike Hubbard mike.hubbard at ivr.com
Sat Aug 4 12:38:02 CDT 2012


Hello,

 

I noticed in the most recent version of reciprocate that the routine
getLocalHostName() in the file DnsUtil.cxx has changed.  This routine seems
to be called by Helper.cxx in the following line of code:

 

static Data localhostname = DnsUtil::getLocalHostName();

 

This occurs when my .dll is loaded even  before the first line of the main()
routine is executed in the .exe.  On certain machines (mostly Windows 7 with
IPv6 enabled) the new call to getaddrinfo() is taking over 2 minutes to
return.  Then my code breaks on the first line of the main() function.

 

Is anyone else experiencing a similar problem?  If so, do you have any
advice?

 

Thanks in advance,

Mike

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20120804/ce237fdb/attachment.htm>


More information about the resiprocate-devel mailing list