Hi,
On Tue, Feb 03, 2009 at 01:53:54AM -1000, Antonio Querubin wrote:
Another quick reference is the FreeBSD man page for getaddrinfo(). It has
basic AF-independent code samples for a TCP client and a TCP server.
Yes, but that's all very C oriented.
If you do that in perl, for example, you don't really want to deal with
all the C API nastiness (you can, if you want) - but there's better ways,
like using IO::Socket::INET6 which will nicely handle all the details for
you.
So indeed, having some sort of programmer's page for all frequently used
languages (C/C++, Perl, Ruby, Python, PHP, Java) would be a plus.