forked from p15670423/monkey
Agent:Remove disused TIMEOUT constant in network/info.py
This commit is contained in:
parent
77e0cae441
commit
7a71a99420
|
@ -13,7 +13,6 @@ from common.network.network_range import CidrRange
|
|||
from infection_monkey.utils.environment import is_windows_os
|
||||
|
||||
# Timeout for monkey connections
|
||||
TIMEOUT = 15
|
||||
LOOPBACK_NAME = b"lo"
|
||||
SIOCGIFADDR = 0x8915 # get PA address
|
||||
SIOCGIFNETMASK = 0x891B # get network PA mask
|
||||
|
|
Loading…
Reference in New Issue