diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-19 14:34:22 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-19 14:34:22 +0000 |
commit | a6a5670ac36add072a106e63a62177cdc18e2d36 (patch) | |
tree | b7280d23978844fa8bec155ce9986a95cc9f2c4f /src/transport/plugin_transport_udp.h | |
parent | 341078a13b53786e3e7890f871b5f66965dd13d0 (diff) |
added function to disable receiving broadcasts to prevent buildbots from connecting to the network
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r-- | src/transport/plugin_transport_udp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h index 2873266b5..8f78ed4bc 100644 --- a/src/transport/plugin_transport_udp.h +++ b/src/transport/plugin_transport_udp.h @@ -254,6 +254,11 @@ struct Plugin int enable_broadcasting; /** + * Is receiving broadcasts enabled: GNUNET_YES or GNUNET_NO + */ + int enable_broadcasting_receiving; + + /** * Port we broadcasting on. */ uint16_t broadcast_port; |