forked from p15670423/monkey
Common: Add docstring to ICMPScanConfiguration dataclass
This commit is contained in:
parent
775ef144a5
commit
f9bed82e7a
|
@ -41,6 +41,13 @@ class ScanTargetConfiguration:
|
|||
|
||||
@dataclass(frozen=True)
|
||||
class ICMPScanConfiguration:
|
||||
"""
|
||||
A configuration for ICMP scanning
|
||||
|
||||
Attributes:
|
||||
:param timeout: Maximum time that the agent should wait for a response from the target
|
||||
"""
|
||||
|
||||
timeout: float
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue