Penguin

Differences between current version and previous revision of SCTP.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, August 12, 2005 4:31:36 pm by IanMcDonald
Older page: version 1 Last edited on Friday, August 12, 2005 12:55:26 pm by PerryLorier Revert
@@ -1,8 +1,13 @@
 [Acronym] for __S__tream __C__ontrol __T__ransport __P__rotocol 
  
-[SCTP] is a reliable transport protocol operating on top of a connectionless packet network such as IP. It offers the following services to its users: 
+[SCTP] is a reliable transport protocol operating on top of a connectionless packet network such as [ IP] . It offers the following services to its users: 
 * Error detection and correction including detection of duplicated packets. 
 * Fragmentation to a discovered path [MTU] size. 
 * Sequenced delivery of data within multiple streams, with the option for order-of-arrival delivery on a per message basis. 
 * optional bundling of multiple user messages into a single SCTP packet 
 * Network-level fault tolerance through supporting of multihoming at either or both ends of an association. 
+  
+This protocol is RFC:2960  
+  
+----  
+CategoryProtocols