summaryrefslogtreecommitdiff
path: root/internet-draft-anytun.xml
diff options
context:
space:
mode:
Diffstat (limited to 'internet-draft-anytun.xml')
-rw-r--r--internet-draft-anytun.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/internet-draft-anytun.xml b/internet-draft-anytun.xml
index 2ecac5c..7e6320e 100644
--- a/internet-draft-anytun.xml
+++ b/internet-draft-anytun.xml
@@ -46,6 +46,25 @@
<section title="Tunnel modes">
<section title='Tunneling Mode'>
+ <figure anchor="tunnel_mode">
+ <artwork>
+ -----------------
+ | RTP |
+ -----------------
+ | UDP |
+ -----------------
+ | IPv6 |
+ -----------------
+ | anytun |
+ -----------------
+ | UDP |
+ -----------------
+ | IPv4 |
+ -----------------
+ | ... |
+ </artwork>
+ <postamble>An example of anytun used in tunnel mode</postamble>
+ </figure>
<t>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.</t>
</section>
@@ -53,7 +72,7 @@
<t>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.</t>
</section>
<section title='relay mode'>
-
+ <t>In relay mode the anycast serveres directly repaet the packetes of clients, only the source and destination addresses are changed. The anytun protocol is only used for controll messages, but not fr encapsulation.</t>
</section>
</section>
<section title="Transport modes">