forked from p15670423/monkey
Common: Specify timeout is in seconds in ICMPScanConfiguration docstring
This commit is contained in:
parent
aff97886d4
commit
af015c788c
|
@ -45,7 +45,7 @@ class ICMPScanConfiguration:
|
||||||
A configuration for ICMP scanning
|
A configuration for ICMP scanning
|
||||||
|
|
||||||
Attributes:
|
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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
timeout: float
|
timeout: float
|
||||||
|
|
Loading…
Reference in New Issue