aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/dccp.txt
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2007-11-21 07:00:17 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:54:45 -0500
commitebe6f7e73c3efec1de295205806b4550fcb468cd (patch)
tree5c813563996e0e99e3f612625299cf03f9111d85 /Documentation/networking/dccp.txt
parent8e8c71f1ab0ca1c4e74efad14533b991524dcb6c (diff)
[DCCP]: Update documentation
This updates the DCCP documentation, following input from Ian McDonald, clarifiying the status of DCCP, and adding a note about the test tree. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/dccp.txt')
-rw-r--r--Documentation/networking/dccp.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt
index f771034e8f27..fdc93beec057 100644
--- a/Documentation/networking/dccp.txt
+++ b/Documentation/networking/dccp.txt
@@ -19,19 +19,23 @@ for real time and multimedia traffic.
19 19
20It has a base protocol and pluggable congestion control IDs (CCIDs). 20It has a base protocol and pluggable congestion control IDs (CCIDs).
21 21
22It is at proposed standard RFC status and the homepage for DCCP as a protocol 22DCCP is a Proposed Standard (RFC 2026), and the homepage for DCCP as a protocol
23is at: 23is at http://www.ietf.org/html.charters/dccp-charter.html
24 http://www.read.cs.ucla.edu/dccp/
25 24
26Missing features 25Missing features
27================ 26================
28 27
29The DCCP implementation does not currently have all the features that are in 28The Linux DCCP implementation does not currently support all the features that are
30the RFC. 29specified in RFCs 4340...42.
31 30
32The known bugs are at: 31The known bugs are at:
33 http://linux-net.osdl.org/index.php/TODO#DCCP 32 http://linux-net.osdl.org/index.php/TODO#DCCP
34 33
34For more up-to-date versions of the DCCP implementation, please consider using
35the experimental DCCP test tree; instructions for checking this out are on:
36http://linux-net.osdl.org/index.php/DCCP_Testing#Experimental_DCCP_source_tree
37
38
35Socket options 39Socket options
36============== 40==============
37 41