This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gethostbyname() triggering duplicate DNS A queries when CNAMEresponse is received


Same behavior here with glibc 2.15

64 bits, AF_INET, AI_CANONNAME
- 2 A queries for www.gmail.com + 1 PTR

64 bits, AF_UNSPEC, AI_CANONNAME
- 1 A query + 1 AAA query

64 bits, AF_INET
- 2 A queries for www.gmail.com

64 bits, AF_UNSPEC   
- 1 A query + 1 AAA query


32 bits, AF_INET, AI_CANONNAME
1 A query + 1 PTR query

32 bits, AF_UNSPEC, AI_CANONNAME
- 1 A query + 1 AAA query

32 bits, AF_INET
- 1 A query for www.gmail.com

32 bits, AF_UNSPEC   
- 1 A query + 1 AAA query



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]