diff options
author | 2017-04-07 16:51:27 +0100 | |
---|---|---|
committer | 2017-04-14 10:30:57 +0100 | |
commit | 9fa82a63e47e4ee274c54af366e6fce055a0cbab (patch) | |
tree | 6479ef920d62a7d772e029766da113eb1e7b3228 /examples/l4fwd/README | |
parent | 4e3cb26150547b8b4105c795e282a1564e7f6e86 (diff) |
* Add siphash file for calculating the sequence number.
* l4fwd app changed to include new command line parameters
hash and secret key for hash calculation.
* Changed l4fwd library to integrate siphash support for
calculating the sequence number.
Change-Id: I29c60836c8b17a118d76b619fd79398fac200f67
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Diffstat (limited to 'examples/l4fwd/README')
-rw-r--r-- | examples/l4fwd/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/l4fwd/README b/examples/l4fwd/README index 658fe3a..a232537 100644 --- a/examples/l4fwd/README +++ b/examples/l4fwd/README @@ -130,6 +130,11 @@ -L | --listen /* open TCP streams in server mode (listen). */ \ -a | --enable-arp /* enable arp responses (request not supported) */ \ -v | --verbose /* different level of verbose mode */ \ + -H | --hash <string> /* hash algorithm i.e. siphash or jhash to be */ \ + /* used to generate the sequence number. */ \ + -K | --seckey <string> /* 16 character long secret key used by */ \ + /* hash algorithms to generate the */ \ + /* sequence number. */ \ <port0_params> <port1_params> ... <portN_params> Note that: options -U and -T cannot be used together. |