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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 0ca596861..2873266b5 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -249,6 +249,11 @@ struct Plugin
249 int enable_ipv4; 249 int enable_ipv4;
250 250
251 /** 251 /**
252 * Is broadcasting enabled: GNUNET_YES or GNUNET_NO
253 */
254 int enable_broadcasting;
255
256 /**
252 * Port we broadcasting on. 257 * Port we broadcasting on.
253 */ 258 */
254 uint16_t broadcast_port; 259 uint16_t broadcast_port;