Skip to content
Open
Changes from all commits
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
8 changes: 4 additions & 4 deletions man/mosh-server.1
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ detaches from the terminal, and waits for the \fBmosh-client\fP to
establish a connection. It will exit if no client has contacted
it within 60 seconds.

By default, \fBmosh-server\fP binds to a port between 60000 and
61000 and executes the user's login shell.
By default, \fBmosh-server\fP binds to a port between 60001 and
60999 (inclusive) and executes the user's login shell.

On platforms with \fButempter\fP, \fBmosh-server\fP maintains an entry
in the
Expand Down Expand Up @@ -71,8 +71,8 @@ IP address of the local interface to bind (for multihomed hosts)

.TP
.B \-p \fIPORT\fP[:\fIPORT2\fP]
UDP port number or port-range to bind. \fB\-p 0\fP will let the
operating system pick an available UDP port.
UDP port number or port-range to bind. Both ends of the range are inclusive.
\fB\-p 0\fP will let the operating system pick an available UDP port.

.TP
.B \-c \fICOLORS\fP
Expand Down
Loading