Balazs Scheidler <[EMAIL PROTECTED]> writes:
> btw: what about making lsh IPv6 compatible? Of course only when the core
> functionality is ready.
It's definitely something that would be nice to have (the protocol has
enough support for it, as far as I can tell).
But I don't know at all how IPv6 works, from a programmer's point of
view. Until I'm told otherwise, my naïve belief is that on a platform
that supports IPv6, struct sockaddr_in, gethostbyname() and
inet_addr()/inet_aton() will support ipv6 transparently, so that we
get it for free.
/Niels