diff options
author | imarom <imarom@cisco.com> | 2016-08-21 03:38:34 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-08-21 03:39:53 +0300 |
commit | 34bc2c1df383f799342a43ebfdc588b95f04b6bd (patch) | |
tree | 2cc7acb0bb462cccb07c669d5a4b4a8692a152fd | |
parent | 34151a07567c5eb2d8af0ee46e52de3c09718469 (diff) |
link to stateless in stateful mimicking
-rwxr-xr-x | trex_book_basic.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trex_book_basic.asciidoc b/trex_book_basic.asciidoc index fd2db450..5c8af732 100755 --- a/trex_book_basic.asciidoc +++ b/trex_book_basic.asciidoc @@ -2721,7 +2721,10 @@ $.sudo /t-rex-64 -f cap2/imix_64.yaml -c 4 -m 1 -d 100 -l 1000 |======================== -=== Stateless traffic generation +=== Mimicking stateless traffic under stateful mode +[NOTE] +TRex now supports a true stateless traffic generation. +If you are looking for stateless traffic, please visit the following link: xref:trex_stateless.html[TRex Stateless Support] With this feature you can "repeat" flows and create stateless, *IXIA* like streams. After injecting the number of flows defined by `limit`, TRex repeats the same flows. If all template has a `limit` the CPS will be zero after a time as there are no new flows after the first iteration. |