forked from p15670423/monkey
Common: Specify timeout is in seconds in TCPScanConfiguration docstring
This commit is contained in:
parent
5a6173163b
commit
3533074a61
|
@ -50,7 +50,7 @@ class TCPScanConfiguration:
|
|||
A configuration for TCP scanning
|
||||
|
||||
Attributes:
|
||||
:param timeout: Maximum time to wait for a response from the target
|
||||
:param timeout: Maximum time in seconds to wait for a response from the target
|
||||
:param ports: Ports to scan
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue