|
@@ -355,7 +355,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
|
|
|
ids = sorted(bot_configs.keys())
|
|
|
for pos,bot in enumerate(ids):
|
|
|
bot_type = bot_configs[bot]["Type"]
|
|
|
-
|
|
|
if(bot_type == "local"):
|
|
|
bot_configs[bot]["TTL"] = 128
|
|
|
|
|
@@ -548,7 +547,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
|
|
|
|
|
|
|
|
|
mapped_ids, packet_start_idx, packet_end_idx = comm_interval["IDs"], comm_interval["Start"], comm_interval["End"]
|
|
|
-
|
|
|
while len(mapped_ids) > number_init_bots:
|
|
|
rm_idx = randrange(0, len(mapped_ids))
|
|
|
del mapped_ids[rm_idx]
|
|
@@ -563,11 +561,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
|
|
|
|
|
|
local_ids, external_ids = comm_proc.det_ext_and_local_ids()
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
reuse_percent_total = self.get_param_value(Param.IP_REUSE_TOTAL)
|
|
|
reuse_percent_external = self.get_param_value(Param.IP_REUSE_EXTERNAL)
|