Re: ipv6 considerations
[email protected] (Christos Zoulas)
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Aug 19, 11:20am, [email protected] (Frediano Ziglio) wrote: -- Subject: [freetds] ipv6 considerations | Mmm... I'm just thinking about using getaddrinfo/getnameinfo and | similar in libtds avoiding other "old" functions like gethostbyname | and implementing getaddrinfo replacements where not available. Yes, just do that. No point in supporting gethostby*(). Also fix the patch to iterate through the return address list. christos