]> git.sesse.net Git - vlc/commitdiff
Comment on IPv6 SSM
authorMarian Durkovic <md@videolan.org>
Mon, 27 Nov 2006 09:59:45 +0000 (09:59 +0000)
committerMarian Durkovic <md@videolan.org>
Mon, 27 Nov 2006 09:59:45 +0000 (09:59 +0000)
src/network/udp.c

index cc71ac0f3759f4aa1049cabc08c13ccb56174e1b..7896a3264cf4797e47fbebd211719d1ab0a70510 100644 (file)
@@ -446,8 +446,9 @@ net_SourceSubscribe (vlc_object_t *obj, int fd,
              || ((src != NULL) && (srclen < sizeof (struct sockaddr_in6))))
                 return -1;
 
-            /* We don't provide IPv6-specific SSM at the moment.
-             * It seems all the OSes with IPv6 SSM have the new API anyway. */
+            /* IPv6-specific SSM API does not exist. So if we're here
+             * it means IPv6 SSM is not supported on this OS and we
+             * directly fallback to ASM */
 
             if (net_IPv6Join (obj, fd, (const struct sockaddr_in6 *)grp) == 0)
                 return 0;