Variables
Const REANNOUNCE_FACTOR
REANNOUNCE_FACTOR: 3 = 3
Const REANNOUNCE_MAX_MS
REANNOUNCE_MAX_MS: number = 60 * 60 * 1000
Const REQUERY_FACTOR
REQUERY_FACTOR: 1.5 = 1.5
Const REQUERY_MAX_MS
REQUERY_MAX_MS: number = 60 * 60 * 1000
Const TOP_LEVEL_DOMAIN
TOP_LEVEL_DOMAIN: "local" = "local"
Const WILDCARD
WILDCARD: string = "_services._dns-sd._udp." + TOP_LEVEL_DOMAIN
Const debugLog
debugLog: IDebugger = debug("SpreadTheWord:Listener")