diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index 188b9d1bb..e531d1f30 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -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