diff options
author | kali <kali@leap.se> | 2012-09-12 08:38:36 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-12 08:38:36 +0900 |
commit | f3b601cb525b2884e7a48c7bfc41b4aef915adf7 (patch) | |
tree | 005306184da3a17fe84d5ee61022ccbe32e1002d /src/leap/base/constants.py | |
parent | 37e9c942fa8b51436a332d6b49c3f8f411f57dc3 (diff) |
moved network checks to its own class
so it can be more easily moved to base.checks and reused
when eip is a module.
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 991a1dfe..6c13969f 100644 --- a/src/leap/base/constants.py +++ b/src/leap/base/constants.py @@ -22,3 +22,5 @@ DEFAULT_PROVIDER_DEFINITION = { u'serial': 1, u'services': [u'eip'], u'version': u'0.1.0'} + +MAX_ICMP_PACKET_LOSS = 10 |