diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-07-15 16:06:41 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-07-15 16:08:02 +0530 |
commit | 6801918e1ca373e61eb081d1d577cbb092a7d234 (patch) | |
tree | 08ef44aa3ed74d880e4d63e2143e9f719e10aa8d /conf | |
parent | 9145d9908a62aa05d2120569ce3bf9e296ebb07c (diff) |
PKT_GEN: Trex with Loss-Verification
This patch adds binary-search loss verification to t-rex.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: Ie9b66f3149d4363840455ec1530885b23c3fc183
Diffstat (limited to 'conf')
-rw-r--r-- | conf/10_custom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 0e274aab..99600966 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -147,6 +147,9 @@ TRAFFICGEN_TREX_VERIFICATION_MODE = False TRAFFICGEN_TREX_VERIFICATION_DURATION = 60 TRAFFICGEN_TREX_MAXIMUM_VERIFICATION_TRIALS = 10 +TRAFFICGEN_TREX_RFC2544_MAX_REPEAT = 0 +TRAFFICGEN_TREX_RFC2544_BINARY_SEARCH_LOSS_VERIFICATION = False + # TREX Configuration and Connection Info-- END #################################################### |