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.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'internet-draft-satp.html') diff --git a/internet-draft-satp.html b/internet-draft-satp.html index 49d0dd0..e9f756a 100644 --- a/internet-draft-satp.html +++ b/internet-draft-satp.html @@ -358,13 +358,13 @@ Header format

3.2.  sender ID

-

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



3.3.  sequence number

-

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.



3.4.  @@ -390,7 +390,7 @@ padding count

3.7.  payload type field

-

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.


@@ -408,6 +408,12 @@ HEX

+

3.8.  +Encryption

+ +

Encryption is done in the same way as for SRTP (Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K. Norrman, “The Secure Real-time Transport Protocol (SRTP),” March 2004.) [3]. This section will only discuss some small changes that HAVE TO be made. +

+

Appendix A.  The appan

-- cgit v1.2.3