diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index 6fd9e5afd..6811d12d1 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -122,7 +122,9 @@ class PropagationConfiguration: A configuration for propagation Attributes: - :param maximum_depth: Maximum number of hops to take from the Island server + :param maximum_depth: Maximum number of hops allowed to spread from the machine where + the attack started i.e. how far to propagate in the network from the + first machine :param network_scan: Configuration for network scanning :param exploitation: Configuration for exploitation """