>I'm wondering how one is supposed to test for INET6 support in the
>kernel.  Currently a few places do it in a somewhat bogus fashion
>like this:

        what are you planning to do after checking IPv6 support in the kernel?
        applications should be written so that it would work on both
        IPv4-only, IPv6-only and IPv4/v6 dual stack kernels, by using
        getaddrinfo(3) and getnameinfo(3).  you do not need to check if you
        write applications properly.

itojun

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to