From 3225abff3b7ee19b2aa0649f47a2b5041318d0c4 Mon Sep 17 00:00:00 2001 From: ntalentac Date: Thu, 9 Feb 2023 09:01:29 -0700 Subject: [PATCH 1/2] updated server command line options with --listen fixed now missing cli option. The -p no longer exists. --- content/apps/bwtester.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/apps/bwtester.md b/content/apps/bwtester.md index 1ae46df5..d57681fd 100644 --- a/content/apps/bwtester.md +++ b/content/apps/bwtester.md @@ -21,7 +21,7 @@ See [Installation](../install/pkg.html#applications) for details. You can run the bandwidth test client application as follows: ``` -scion-bwtestclient -s +scion-bwtestclient -p ``` Sample servers are installed at the various locations in the SCIONLab network, [see below](#scionlab-bandwidth-test-servers). @@ -44,7 +44,7 @@ For more information run the application without arguments to print its usage. The server is started as follows: ``` -scion-bwtestserver -p 30100 +scion-bwtestserver --listen=:30100 ``` where `-p` specifies your server port. From 6d41c8d45a6437b640e6b14cf233eb3a0178d543 Mon Sep 17 00:00:00 2001 From: FR4NK-W Date: Mon, 29 Jul 2024 18:47:15 +0200 Subject: [PATCH 2/2] Apply review comments --- content/apps/bwtester.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/apps/bwtester.md b/content/apps/bwtester.md index d57681fd..ab9e5139 100644 --- a/content/apps/bwtester.md +++ b/content/apps/bwtester.md @@ -21,7 +21,7 @@ See [Installation](../install/pkg.html#applications) for details. You can run the bandwidth test client application as follows: ``` -scion-bwtestclient -p +scion-bwtestclient -s ``` Sample servers are installed at the various locations in the SCIONLab network, [see below](#scionlab-bandwidth-test-servers). @@ -47,7 +47,7 @@ The server is started as follows: scion-bwtestserver --listen=:30100 ``` -where `-p` specifies your server port. +where `--listen` specifies the server (optional address and) port. ## SCIONLab Bandwidth Test Servers