summaryrefslogtreecommitdiff
path: root/src/leap/base
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-12 08:59:31 +0900
committerkali <kali@leap.se>2012-09-12 08:59:31 +0900
commitac784abf56c27b696800d1ab0629e542a50005b0 (patch)
treed4af29b9cb4916ed0ed248f3f3784d5142c1a050 /src/leap/base
parenta7c77a931dadd6e4b94c00551d34fddff961e25b (diff)
parent8b353443d6e4523d9d95cba190daaec564838e72 (diff)
Merge branch 'feature/network_check' into develop
Close #502
Diffstat (limited to 'src/leap/base')
-rw-r--r--src/leap/base/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/base/constants.py b/src/leap/base/constants.py
index 0ec3e016..6266c693 100644
--- a/src/leap/base/constants.py
+++ b/src/leap/base/constants.py
@@ -23,3 +23,5 @@ DEFAULT_PROVIDER_DEFINITION = {
u'serial': 1,
u'services': [u'eip'],
u'version': u'0.1.0'}
+
+MAX_ICMP_PACKET_LOSS = 10