diff options
-rw-r--r-- | Documentation/networking/dccp.txt | 14 |
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 | ||
20 | It has a base protocol and pluggable congestion control IDs (CCIDs). | 20 | It has a base protocol and pluggable congestion control IDs (CCIDs). |
21 | 21 | ||
22 | It is at proposed standard RFC status and the homepage for DCCP as a protocol | 22 | DCCP is a Proposed Standard (RFC 2026), and the homepage for DCCP as a protocol |
23 | is at: | 23 | is at http://www.ietf.org/html.charters/dccp-charter.html |
24 | http://www.read.cs.ucla.edu/dccp/ | ||
25 | 24 | ||
26 | Missing features | 25 | Missing features |
27 | ================ | 26 | ================ |
28 | 27 | ||
29 | The DCCP implementation does not currently have all the features that are in | 28 | The Linux DCCP implementation does not currently support all the features that are |
30 | the RFC. | 29 | specified in RFCs 4340...42. |
31 | 30 | ||
32 | The known bugs are at: | 31 | The 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 | ||
34 | For more up-to-date versions of the DCCP implementation, please consider using | ||
35 | the experimental DCCP test tree; instructions for checking this out are on: | ||
36 | http://linux-net.osdl.org/index.php/DCCP_Testing#Experimental_DCCP_source_tree | ||
37 | |||
38 | |||
35 | Socket options | 39 | Socket options |
36 | ============== | 40 | ============== |
37 | 41 | ||