]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/networking/dccp.txt
Pull ec into test branch
[mv-sheeva.git] / Documentation / networking / dccp.txt
index 1910d097a0add0edc837a3765f9d1ba2967992f5..387482e46c474ed49bcc31081c39528ad1fdbfa4 100644 (file)
@@ -19,7 +19,8 @@ for real time and multimedia traffic.
 
 It has a base protocol and pluggable congestion control IDs (CCIDs).
 
-It is at experimental RFC status and the homepage for DCCP as a protocol is at:
+It is at proposed standard RFC status and the homepage for DCCP as a protocol
+is at:
        http://www.read.cs.ucla.edu/dccp/
 
 Missing features
@@ -34,9 +35,6 @@ The known bugs are at:
 Socket options
 ==============
 
-DCCP_SOCKOPT_PACKET_SIZE is used for CCID3 to set default packet size for
-calculations.
-
 DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of
 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set,
 the socket will fall back to 0 (which means that no meaningful service code
@@ -100,6 +98,10 @@ rx_ccid = 2
 seq_window = 100
        The initial sequence window (sec. 7.5.2).
 
+tx_qlen = 5
+       The size of the transmit buffer in packets. A value of 0 corresponds
+       to an unbounded transmit buffer.
+
 Notes
 =====