summaryrefslogtreecommitdiff
path: root/doc/anyrtpproxy.8.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-06-29 01:09:50 +0000
committerChristian Pointner <equinox@anytun.org>2014-06-29 01:09:50 +0000
commitaf411283fa6f27ee19547882bf403ff34cb73d5e (patch)
tree61f09caf09e7c92ad82e697a788c3411633f2526 /doc/anyrtpproxy.8.txt
parentfixed not working singletons - still not threadsafe but at least they don't p... (diff)
added license exception for OpenSSL
Diffstat (limited to 'doc/anyrtpproxy.8.txt')
-rw-r--r--doc/anyrtpproxy.8.txt29
1 files changed, 14 insertions, 15 deletions
diff --git a/doc/anyrtpproxy.8.txt b/doc/anyrtpproxy.8.txt
index a92d2e6..4f29906 100644
--- a/doc/anyrtpproxy.8.txt
+++ b/doc/anyrtpproxy.8.txt
@@ -31,7 +31,7 @@ DESCRIPTION
*anyrtpproxy* is a rtpproxy which can be used in combination with anycast. It uses
the same control protocol than rtpproxy though it can be controled through the nathelper
-plugin of openser. *anyrtpproxy* uses the same synchronisation protocol than *Anytun*
+plugin of openser. *anyrtpproxy* uses the same synchronisation protocol than *Anytun*
to sync the session information among all anycast instances.
@@ -61,16 +61,16 @@ OPTIONS
The local address and port to listen on for control messages from openser
*-p, --port-range <start> <end>*::
- A pool of ports which should be used by *anyrtpproxy* to relay RTP packets.
+ A pool of ports which should be used by *anyrtpproxy* to relay RTP packets.
The range may not overlap between the anycast instances
*-n, --nat*::
Allow to learn the remote address and port in order to handle clients behind nat.
- This option should only be enabled if the source is authenticated (i.e. through
- *anytun*)
+ This option should only be enabled if the source is authenticated (i.e. through
+ *anytun*)
*-o, --no-nat-once*::
- Disable learning of remote address and port in case the first packet does not
+ Disable learning of remote address and port in case the first packet does not
come from the client which is specified by openser during configuration. Invoking
this parameter increases the security level of the system but in case of nat needs
a working nat transversal such as stun.
@@ -79,13 +79,13 @@ OPTIONS
local unicast(sync) port to bind to +
This port is used by anycast hosts to synchronize information about tunnel
endpoints. No payload data is transmitted via this port. +
- It is possible to obtain a list of active connections by telnetting into
- this port. This port is read-only and unprotected by default. It is advised
+ It is possible to obtain a list of active connections by telnetting into
+ this port. This port is read-only and unprotected by default. It is advised
to protect this port using firewall rules and, eventually, IPsec.
*-M, --sync-hosts <hostname|ip>:<port>,[<hostname|ip>:<port>[...]]*::
remote hosts to sync with +
- Here, one has to specify all unicast IP addresses of all
+ Here, one has to specify all unicast IP addresses of all
other anycast hosts that comprise the anycast tunnel endpoint.
EXAMPLES
@@ -94,7 +94,7 @@ EXAMPLES
Anycast Setup with 3 instances:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-On the host with unicast hostname unicast1.anycast.anytun.org and anycast
+On the host with unicast hostname unicast1.anycast.anytun.org and anycast
hostname anycast.anytun.org:
--------------------------------------------------------------------------------------
# anyrtpproxy -i anycast.anytun.org -p 20000 25000 -S 2342 \
@@ -142,9 +142,8 @@ Main web site: http://www.anytun.org/
COPYING
-------
-Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian
-Pointner. This program is free software: you can redistribute it
-and/or modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation, either version 3 of
-the License, or any later version.
-
+Copyright \(C) 2007-2014 Markus Grüneis, Othmar Gsenger, Erwin Nindl
+and Christian Pointner. This program is free software: you can
+redistribute it and/or modify it under the terms of the GNU General
+Public License as published by the Free Software Foundation, either
+version 3 of the License, or any later version.