diff options
Diffstat (limited to 'src/leap/base')
-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 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 |