From ed91dc69690faa754e89943b3e30832c4be9a924 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 13 Mar 2007 20:10:03 +0000 Subject: untestet xml --- internet-draft-anytun.xml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/internet-draft-anytun.xml b/internet-draft-anytun.xml index 1eb7eea..9cf2175 100644 --- a/internet-draft-anytun.xml +++ b/internet-draft-anytun.xml @@ -34,7 +34,7 @@ Internet-Draft Anycast tunneling / relaying - The anycast tunneling (anytun) protocol defines a protocol used for communication between unicast clients and anycast servers. It can be used for tunneling information between 2 clients or in relay mode to transmit data form the client over the servers to a third party not using the protocol and vice versa. + The anycast tunneling (anytun) protocol defines a protocol used for communication between unicast clients and anycast servers. It can be used for tunneling information between 2 clients over the servers or in relay mode to transmit data form the client over the servers to a third party not using the protocol and vice versa. @@ -42,15 +42,33 @@
anytun defines a Host Anycast Service as defined in rfc1546. It can be used to build high scalable and redundant tunnel services. It supports both UDP and TCP connections. Additionally to the possibility of establashing an unicast TCP connection over an anycast address as suggested in rfc1546, it supports real anycast TCP connections with state syncronisation and heuristic state forecast. It also has a relay mode, that makes it possible, that only one of the connection endpoints has to use the anytun protocol. This can be used to make connections through Firewalls or behind a NAT Router RFC3068 DTD. -... +
+
+
+
In tunneling mode the payload of the anytun packet is transmitted from one unicast host to the anycast server. This server makes a routing descision based on the underlying protocol and transmits a new anytun package to one or more clients depending on the routing descition.
-
- In relay mode a client using the anytun protocol builds a connection +
+ In open tunnel mode only one of two clients talking to each other over the server MUST use the anytun protocol. mode a client using the anytun protocol, that wants to tunnel data, is building a connection to the anycast servers using the anytun protocol. The anycast servers relay the encapsulated packages directly to the destination without using the anytun protocol. Therefor for the destination it saems that it is talking to the client directly. +
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-- cgit v1.2.3