Tagged Questions
The getaddrinfo-a tag has no wiki summary.
5
votes
1answer
2k views
Slow response from getaddrinfo
I'm using getaddrinfo to do DNS queries from C++ on Windows. I used to use the Windows API DnsQuery and that worked fine, but when adding IPv6 support to my software I switched to getaddrinfo. Since ...
4
votes
1answer
1k views
How to use getaddrinfo_a to do async resolve with glibc
An often overlooked function that requires no external library, but basically has no documentation whatsoever.
2
votes
2answers
640 views
multiple valgrind errors: Conditional jump or move depends on uninitialised value(s)
I'm running valgrind and I'm getting the following error (this is not the only one):
==21743== Conditional jump or move depends on uninitialised value(s)
==21743== at 0x4A06509: index ...
1
vote
1answer
36 views
Is there a non blocking method for host resolution in WINAPI?
There's getaddrinfo() for blocking host resolution, but is there a non blocking method?
0
votes
1answer
304 views
Problem with function getaddrinfo
I use function getaddrinfo to get the ip address of domain name, OS = linux, language = c++. I noticed that when the ethernet cable is unplugged that function can block thread for 30 seconds (function ...
0
votes
2answers
130 views
BAD_ACCESS on very low number of users during getaddrinfo
Okay, I am completely at a loss here.
A small percentage of users seem to have BAD_ACCESS errors in my hostname translation.
The complete crash below:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
...