From 25898a1c8702897ec9a4a2c3fb08485480efc65d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 20 Apr 2007 09:38:14 +0000 Subject: enc --- internet-draft-satp.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'internet-draft-satp.xml') diff --git a/internet-draft-satp.xml b/internet-draft-satp.xml index 7e36bc8..6ce96c7 100644 --- a/internet-draft-satp.xml +++ b/internet-draft-satp.xml @@ -189,10 +189,10 @@ Tunneling of IPv6 over IPv4 with RTP payload
- The sender ID is a 16bit unsigned integer in network byte order. It HAS TO be unique for every sender sharing the same anycast address + The sender ID is a 8bit unsigned integer. It HAS TO be unique for every sender sharing the same anycast address
- The sequenze number is a 16bit unsigned integer in network byte order. It starts with a random value and is increased by 1 for every sent packet. After the maximum value, it starts over from 0. This overrun causes the ROC to be increased. + The sequenze number is a 24 bit unsigned integer in network byte order. It starts with a random value and is increased by 1 for every sent packet. After the maximum value, it starts over from 0. This overrun causes the ROC to be increased.
A packet of the type payload type (e.g. an IP packet). @@ -206,7 +206,7 @@ None of the pre-defined encryption transforms uses any padding; for The number of octets of the padding field. This field is optional. It's presents is signaled by the key management and not by this protocol. If this field isn't present, the padding field MUST NOT be present as well.
- The payload type field defines the payload protocol. ETHER TYPE protocol numerbers are used. http://www.iana.org/assignments/ethernet-numbers . The values 0000-05DC are reserverd and MUST NOT be used. + The payload type field defines the payload protocol. ETHER TYPE protocol numerbers are used. See IANA assigned ethernet numbers . The values 0000-05DC are reserverd and MUST NOT be used.
Some examples for protocol types @@ -221,6 +221,9 @@ HEX
+
+ Encryption is done in the same way as for SRTP. This section will only discuss some small changes that HAVE TO be made. +
-- cgit v1.2.3