remember
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 22 Nov 2011 09:05:41 +0000 (09:05 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 22 Nov 2011 09:05:41 +0000 (09:05 +0000)
src/util/os_network.c

index c5afde7d0cf86fa0b1f6f1b5a41e3f44664d85de..54a4e7577d803fa256c39d8e04dbba3004696df3 100644 (file)
@@ -269,6 +269,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
         if (GNUNET_OK !=
             proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
                   (const struct sockaddr *) &a4,
+                  /* TODO broadcast and netmask */
                   NULL,
                   NULL,
                   sizeof (a4)))
@@ -287,6 +288,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
         if (GNUNET_OK !=
             proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
                   (const struct sockaddr *) &a6,
+                  /* TODO broadcast and netmask */
                   NULL,
                   NULL,
                   sizeof (a6)))