Re: ipv6 considerations
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4dz7UnyTyt_epepbci+t0Gw7DpG5J++nLVBagGvsE4EHA@mail.gmail.com> |
2011/8/19 Christos Zoulas <[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 Mmm... what do you mean by "fix the patch to iterate..." ? I think this is a improve, think about server that has multiple ip or some cluster settings. Frediano