Only use broadcast at the start of the PMTU discovery phase.
[tinc] / src / connection.h
index 7916a71..ff2c9cc 100644 (file)
@@ -101,7 +101,7 @@ typedef struct connection_t {
 } connection_t;
 
 extern avl_tree_t *connection_tree;
-extern connection_t *broadcast;
+extern connection_t *everyone;
 
 extern void init_connections(void);
 extern void exit_connections(void);