From 6801918e1ca373e61eb081d1d577cbb092a7d234 Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Wed, 15 Jul 2020 16:06:41 +0530 Subject: PKT_GEN: Trex with Loss-Verification This patch adds binary-search loss verification to t-rex. Signed-off-by: Sridhar K. N. Rao Change-Id: Ie9b66f3149d4363840455ec1530885b23c3fc183 --- conf/10_custom.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') 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 #################################################### -- cgit 1.2.3-korg