checkpoint
This commit is contained in:
@@ -19,7 +19,7 @@ ios_tests = [ "simplelog" ]
|
||||
tracking = []
|
||||
|
||||
[dependencies]
|
||||
veilid_tools = { path = "../veilid-tools", features = "tracing" }
|
||||
veilid-tools = { path = "../veilid-tools", features = [ "tracing" ] }
|
||||
tracing = { version = "^0", features = ["log", "attributes"] }
|
||||
tracing-subscriber = "^0"
|
||||
tracing-error = "^0"
|
||||
|
@@ -2,6 +2,7 @@ use super::*;
|
||||
use igd::*;
|
||||
use std::net::UdpSocket;
|
||||
|
||||
|
||||
const UPNP_GATEWAY_DETECT_TIMEOUT_MS: u32 = 5_000;
|
||||
const UPNP_MAPPING_LIFETIME_MS: u32 = 120_000;
|
||||
const UPNP_MAPPING_ATTEMPTS: u32 = 3;
|
||||
|
Reference in New Issue
Block a user