[TF] TF5.0a10 and inet6 support
Brought to you by:
kenkeys
|
From: johans at stack.nl (J. v. Selst) - 2003-05-27 21:25:50
|
CaT wrote: > When it's compiled with inet6 support, gethostbyname2 completely fails > to resolve hostnames or ipv4 ip addies. This is a known problem with the glibc implementation of gethostbyname2 (actually in several versions the function is defined but does absolutely nothing). It would probably be better if TF used the (now common) standard function getaddrinfo() - but according to the source comments, Ken is already planning to do this :) Ciao, Johan |