diff options
author | antialias <antialias@leap.se> | 2012-09-25 17:37:48 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-25 17:37:48 -0400 |
commit | 3fd7b55de96484e02accb991fb2c0c3ce0aa9883 (patch) | |
tree | c056e3a39fc256c242d6dc3fe6719c6e946ca077 /src/leap/base/constants.py | |
parent | 15b017656e6865b7b85ae389ab3b462c562a1e42 (diff) |
First check for threaded network checks.
TODO: tests.
Diffstat (limited to 'src/leap/base/constants.py')
-rw-r--r-- | src/leap/base/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/base/constants.py b/src/leap/base/constants.py index 7a1415fb..8a76b6b4 100644 --- a/src/leap/base/constants.py +++ b/src/leap/base/constants.py @@ -28,3 +28,5 @@ DEFAULT_PROVIDER_DEFINITION = { u'version': u'0.1.0'} MAX_ICMP_PACKET_LOSS = 10 + +ROUTE_CHECK_INTERVAL = 120 |