aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index bab8e6cf0..fe46bf85b 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -251,11 +251,16 @@ struct Plugin
251 struct BroadcastAddress *ipv4_broadcast_head; 251 struct BroadcastAddress *ipv4_broadcast_head;
252 252
253 /** 253 /**
254 * Enable IPv6 254 * Is IPv6 enabled: GNUNET_YES or GNUNET_NO
255 */ 255 */
256 int enable_ipv6; 256 int enable_ipv6;
257 257
258 /** 258 /**
259 * Is IPv4 enabled: GNUNET_YES or GNUNET_NO
260 */
261 int enable_ipv4;
262
263 /**
259 * Port we broadcasting on. 264 * Port we broadcasting on.
260 */ 265 */
261 uint16_t broadcast_port; 266 uint16_t broadcast_port;