Update README.md
This commit is contained in:
@@ -134,10 +134,9 @@ How it works
|
|||||||
If the client changes IP addresses, the server will begin sending
|
If the client changes IP addresses, the server will begin sending
|
||||||
to the client on the new IP address within a few seconds.
|
to the client on the new IP address within a few seconds.
|
||||||
|
|
||||||
To function, Mosh requires high-port UDP datagrams to be passed
|
To function, Mosh requires UDP datagrams to be passed between client
|
||||||
between client and server. Sites that have these ports firewalled
|
and server. By default, `mosh` uses a port number between 60000 and
|
||||||
would not be able to use Mosh.
|
61000, but the user can select a particular port with the -p option.
|
||||||
|
|
||||||
|
|
||||||
More info
|
More info
|
||||||
---------
|
---------
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
AC_INIT([mosh], [0.98a], [mosh-devel@mit.edu])
|
AC_INIT([mosh], [0.98b], [mosh-devel@mit.edu])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
|
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
|
||||||
|
|||||||
Vendored
+6
@@ -1,3 +1,9 @@
|
|||||||
|
mosh (0.98b-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Update README.md
|
||||||
|
|
||||||
|
-- Keith Winstein <keithw@mit.edu> Sat, 10 Mar 2012 14:05:12 -0500
|
||||||
|
|
||||||
mosh (0.98a-1) unstable; urgency=low
|
mosh (0.98a-1) unstable; urgency=low
|
||||||
|
|
||||||
* Small cleanup to generated terminal output when predictions active
|
* Small cleanup to generated terminal output when predictions active
|
||||||
|
|||||||
Reference in New Issue
Block a user