On 28.06.2013 08:15, Sreenivasa Honnur wrote:
> if (rv != 0) {
>
> printf("sock create ipv6 %s failed %d.\n",
>
> tbuf, rv);
>
> return NULL;
>
> }
>
>
Can you try insert here?
bzero(&saddr6, sizeof(saddr6));
> saddr6.sin6_family = AF_INET6;-- WBR, Andrey V. Elsukov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

