IPv6 - sobind fails with 49

Andrey V. Elsukov bu7cher at yandex.ru
Fri Jun 28 14:02:09 UTC 2013


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


More information about the freebsd-hackers mailing list