diff options
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | 2006-12-09 20:58:10 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-11 17:34:38 -0500 |
commit | 5fce9a2da8a3b4ed088d9c0ac7c938a638044fdb (patch) | |
tree | d594024e967ae7640ef18445ff9cbad8eb820882 /Documentation/networking | |
parent | 5cc3741d6cc9f07d8ddd9c45cb5088460ce3364f (diff) |
[DCCP]: Update documentation
As Eddie Kohler points out the RFC is Proposed Standard not experimental.
Also removed documentation about deprecated socket option.
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/dccp.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index dda15886bcb5..387482e46c47 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -19,7 +19,8 @@ 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 experimental RFC status and the homepage for DCCP as a protocol is at: | 22 | It is at proposed standard RFC status and the homepage for DCCP as a protocol |
23 | is at: | ||
23 | http://www.read.cs.ucla.edu/dccp/ | 24 | http://www.read.cs.ucla.edu/dccp/ |
24 | 25 | ||
25 | Missing features | 26 | Missing features |
@@ -34,9 +35,6 @@ The known bugs are at: | |||
34 | Socket options | 35 | Socket options |
35 | ============== | 36 | ============== |
36 | 37 | ||
37 | DCCP_SOCKOPT_PACKET_SIZE is used for CCID3 to set default packet size for | ||
38 | calculations. | ||
39 | |||
40 | DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of | 38 | DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of |
41 | service codes (RFC 4340, sec. 8.1.2); if this socket option is not set, | 39 | service codes (RFC 4340, sec. 8.1.2); if this socket option is not set, |
42 | the socket will fall back to 0 (which means that no meaningful service code | 40 | the socket will fall back to 0 (which means that no meaningful service code |