Add documentation for TCP scan interval in Monkey configuration

This commit is contained in:
Daniel Goldberg 2019-09-09 14:17:07 +03:00
parent 2b14878a9c
commit e11be48b80
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class Configuration(object):
9200] 9200]
tcp_target_ports.extend(HTTP_PORTS) tcp_target_ports.extend(HTTP_PORTS)
tcp_scan_timeout = 3000 # 3000 Milliseconds tcp_scan_timeout = 3000 # 3000 Milliseconds
tcp_scan_interval = 0 tcp_scan_interval = 0 # in milliseconds
tcp_scan_get_banner = True tcp_scan_get_banner = True
# Ping Scanner # Ping Scanner