From 3726dc50dd2a9873ac05847be80ca615ea4a708b Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Fri, 24 Nov 2017 15:54:01 +0000 Subject: l4fwd: allow to specify TX payload contents for rxtx mode Introduce a new command-line option that specifies the file with response payload. Change-Id: I1a208eeebe1d87970da23956fb08949abf601422 Signed-off-by: Konstantin Ananyev --- examples/l4fwd/README | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/l4fwd/README') diff --git a/examples/l4fwd/README b/examples/l4fwd/README index a7ae56a..dc3dc67 100644 --- a/examples/l4fwd/README +++ b/examples/l4fwd/README @@ -128,6 +128,7 @@ -s | --streams /* streams to open per context. */ \ -b | --becfg /* backend configuration file. */ \ -f | --fecfg /* frontend configuration file. */ \ + -c | --txcnt /* file with TX payload (used by rxtx mode). */ \ -U | --udp /* run the app to handle UDP streams only. */ \ -T | --tcp /* run the app to handle TCP streams only. */ \ -L | --listen /* open TCP streams in server mode (listen). */ \ -- cgit 1.2.3-korg