diff options
author | 2019-10-25 13:55:38 +0100 | |
---|---|---|
committer | 2019-12-12 09:44:29 +0000 | |
commit | 21121578422385ed975f9724475ff17c133dc4ff (patch) | |
tree | df74b859b8351d050318982c00a6783d829a7d05 /README | |
parent | 0e37b2e9d04bbc8e91833e45ce3e4535255a796e (diff) |
l4p/tcp_ofo: Tests for ofo and loss of pkts
Tests for packets that are out of order and lost. They validate data
send over netcat (TCP) to TLDK/l4fwd app in echo mode. Data is set to
be reordered or loss some percentage of packets.
Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com>
Change-Id: I68f80d1fb75d5e9e5ed6d052ddcdc60588284f78
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,7 +78,9 @@ +----examples | | | +--l4fwd - sample app to demonstrate and test libtle_l4p TCP/UDP - | usage (refer to examples/l4fwd/README for more information) + | | usage (refer to examples/l4fwd/README for more information) + | | + | +--test - function test scripts for l4lib using l4fwd | +----test - unit-tests | | |