summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/LAN_discovery.api.h')
-rw-r--r--toxcore/LAN_discovery.api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/LAN_discovery.api.h b/toxcore/LAN_discovery.api.h
index 5c25b67b..ad3d60ed 100644
--- a/toxcore/LAN_discovery.api.h
+++ b/toxcore/LAN_discovery.api.h
@@ -21,7 +21,7 @@ namespace lan_discovery {
21/** 21/**
22 * Interval in seconds between LAN discovery packet sending. 22 * Interval in seconds between LAN discovery packet sending.
23 */ 23 */
24const INTERVAL = 10; 24#define LAN_DISCOVERY_INTERVAL 10
25 25
26/** 26/**
27 * Send a LAN discovery pcaket to the broadcast address with port port. 27 * Send a LAN discovery pcaket to the broadcast address with port port.