diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/sploit/sploit/comm.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/sploit/sploit/comm.py b/tools/sploit/sploit/comm.py index 265ab96..b373762 100644 --- a/tools/sploit/sploit/comm.py +++ b/tools/sploit/sploit/comm.py @@ -12,7 +12,7 @@ class Comm:      logonwrite = False      flushonwrite = True      readonwrite = False -    timeout = 0.25 # seconds +    timeout = 250 # milliseconds      def __init__(self, backend):          self.back = backend | 
