From e4466fe9d602deafb1f6d9a6c08d08c948372904 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 27 Apr 2007 14:32:14 +0000 Subject: icmp + mtu --- internet-draft-satp.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'internet-draft-satp.xml') diff --git a/internet-draft-satp.xml b/internet-draft-satp.xml index db3a229..75a6e5c 100644 --- a/internet-draft-satp.xml +++ b/internet-draft-satp.xml @@ -7,6 +7,7 @@ + ]> @@ -97,7 +98,7 @@ - + When the unicast hosts wants to transmit data to one of the anycast DNS servers, it encapsulates the data and sends a SATP packet to the anycast address of the routers. The packet arrives at one of the routers, gets decapsulated and routed to the DNS server. This method can be used to tunnel between a clients and networks providing anycast services. It can also be used the other way to virtually locate a unicast service within anycasted networks.
@@ -121,9 +122,9 @@
- SATP does not depend on which lower layer protocols is used, but it's most likely used on top of IP or UDP. This section should only discuss some issues on IP and UDP in combination with anycasting and tunnels. + SATP does not depend on which lower layer protocols is used, but this section gives an example of how packets could look like. -
+
Examples of SATP used with different lower layer and payload protocols +------+-----+-------------------------------+ @@ -159,15 +160,17 @@ Tunneling of Ethernet over IPv6 Tunneling of IPv6 over IPv4 with RTP payload
- When using UDP no flow control or retransmission is done, neither by UDP nor anytun. The encapsulated protocol HAS TO take care of this tasks if needed. UDP however has a checksum of the complete UDP datagram, so a packet gets discarded if there is a biterror in the payload
- The only way of fully supporting fragmentation would be to synchronise fragments between all anycast servers. This is considered to be too much overhead, so there are two non perfect solutions for these problems. Either fragmentation HAS TO be disabled or if not all fragments arrive at the same server the ip datagramm HAS TO be discarded. As routing changes are not expected to occure very frequently, the encapsulated protocol can do a retransmission and all fragments will arrive at the new server. - + The only way of fully supporting fragmentation would be to synchronise fragments between all anycast servers. This is considered to be too much overhead, so there are two non perfect solutions for these problems. Either fragmentation HAS TO be disabled or if not all fragments arrive at the same server the ip datagramm HAS TO be discarded. As routing changes are not expected to occure very frequently, the encapsulated protocol can do a retransmission and all fragments will arrive at the new server. + If the payload ip headers's Don't Fragment (DF) bit is set, than the DF bit of the outer ip header HAS TO be set as well.
+
+ ICMP messages MUST be relayed according to rfc2003 section 4. This is needed for path MTU discover +
@@ -243,6 +246,7 @@ HEX &rfc3711; &rfc2119; + &rfc2003; &rfc2784; -- cgit v1.2.3