diff options
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. |