Added IPv6 support for DHEat and connection rate tests. (#269)

This commit is contained in:
Joe Testa
2024-06-29 19:05:20 -04:00
parent 46ec4e3edc
commit 87e22ae26b
3 changed files with 38 additions and 8 deletions

View File

@@ -421,6 +421,8 @@ def output_recommendations(out: OutputBuffer, algs: Algorithms, algorithm_recomm
fn = level_to_output[level]
an = '?'
sg = '?'
if action == 'del':
an, sg = 'remove', '-'
ret = False