summaryrefslogtreecommitdiff
path: root/performance-tests/SCTP/README.SCTP_PERF_TEST
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/SCTP/README.SCTP_PERF_TEST')
-rw-r--r--performance-tests/SCTP/README.SCTP_PERF_TEST11
1 files changed, 11 insertions, 0 deletions
diff --git a/performance-tests/SCTP/README.SCTP_PERF_TEST b/performance-tests/SCTP/README.SCTP_PERF_TEST
index 07c0c4bc12b..81cacef02e0 100644
--- a/performance-tests/SCTP/README.SCTP_PERF_TEST
+++ b/performance-tests/SCTP/README.SCTP_PERF_TEST
@@ -126,6 +126,9 @@ USAGE: ./SOCK_STREAM_clt [ -<flag> [<val>] | --<name> [<val>] ]...
-x int histogram-num-outliers 100
-b int histogram-bin-count 1000
+ -C int client-port assigned by kernel
+ -i str client-connect-addr INADDR_ANY
+
-p int server-port 45453
-H str server-host localhost
@@ -184,6 +187,14 @@ SOCK_SEQPACK_clt.
(histogram-max-bin - histogram-min-bin) / histogram-bin-count
+ client-port [ -C int ]
+ client-connect-addr [ -i string ]
+
+ the port and network address where the client's data-mode
+ socket is to be bound. By default, the port number is
+ assigned by the kernel, and the socket is bound to all network
+ interfaces.
+
server-port [ -p int ]
server-host [ -H string ]