[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mass ipv6 lookups



Michael Bergbauer <michael@noname.franken.de> writes:

> Could it be possible that the source of this "problem" is in the resolver
> code in the libc, and not in tcp wrapper or one of ther servers?
getaddrinfo("host", ...) always asks for AAAA and A records - it has
to.

There was proposition of AI_ADDRCONFIG flag that would do lookup
only for locally supported protocol. getaddrinfo in USAGI supports it
(by checking return value of socket(familly,...)) , in cvs version
of glibc there is no such support.

Anyway even introducing it won't fix anything. (Almost) each application
that can use AI_ADDRCONFIG needs to be ,,fixed'' (note that sometimes
AI_ADDRCONFIG is not desired even when local system doesn't support
ipv6 (or any other) protocol).

> Michael Bergbauer <michael@noname.franken.de>

-- 
Arkadiusz Miśkiewicz   kloczek lubi być dyktatorem i dysortografem
arekm@sse.pl        AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PWr



Reply to: