aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consts.rs b/src/consts.rs
index e2a0f71..fb9b4e4 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -11,7 +11,7 @@ lazy_static! {
pub static ref REKEY_TIMEOUT: Duration = Duration::new(5, 0);
pub static ref KEEPALIVE_TIMEOUT: Duration = Duration::new(10, 0);
pub static ref RECEIVE_REKEY_TIMEOUT: Duration = *REKEY_AFTER_TIME - *KEEPALIVE_TIMEOUT - *REKEY_TIMEOUT;
- pub static ref TIMER_TICK_DURATION: Duration = Duration::from_millis(100);
+ pub static ref TIMER_RESOLUTION: Duration = Duration::from_millis(100);
pub static ref COOKIE_REFRESH_TIME: Duration = Duration::new(120, 0);
}