Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated server command line options with --listen #198

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/apps/bwtester.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <server-address>
scion-bwtestclient -p <server-address>
```

Sample servers are installed at the various locations in the SCIONLab network, [see below](#scionlab-bandwidth-test-servers).
Expand All @@ -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.
Expand Down