Remove unused flag

This commit is contained in:
Jeremy Wall 2020-07-10 20:53:16 -04:00
parent 9012e02b0e
commit 632b14e6b2

View File

@ -26,11 +26,6 @@ gflags::define! {
--listenHost = "0.0.0.0:8080"
}
gflags::define! {
/// Retry dns infinitenly until we resolve.
--dnsRetryInfinite = false
}
gflags::define! {
/// Read timeout for the stun server udp receive
--stunRecvTimeoutSecs: u64 = 5