Agent:Remove disused TIMEOUT constant in network/info.py

This commit is contained in:
Mike Salvatore 2022-03-15 13:20:49 -04:00
parent 77e0cae441
commit 7a71a99420
1 changed files with 0 additions and 1 deletions

View File

@ -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