diff options
| author | Gerrit Renker <[email protected]> | 2006-10-24 23:17:51 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2006-10-24 23:17:51 +0000 |
| commit | 0e64e94e477f8ed04e9295b11a5898d443c28a47 (patch) | |
| tree | 0a02a3017d41a3a21038ff081b93b5b6359e1692 /net/dccp/options.c | |
| parent | [ATM] horizon: read_bia() needs to be __devinit (diff) | |
| download | kernel-0e64e94e477f8ed04e9295b11a5898d443c28a47.tar.gz kernel-0e64e94e477f8ed04e9295b11a5898d443c28a47.zip | |
[DCCP]: Update documentation references.
Updates the references to spec documents throughout the code, taking into
account that
* the DCCP, CCID 2, and CCID 3 drafts all became RFCs in March this year
* RFC 1063 was obsoleted by RFC 1191
* draft-ietf-tcpimpl-pmtud-0x.txt was published as an Informational
RFC, RFC 2923 on 2000-09-22.
All references verified.
Signed-off-by: Gerrit Renker <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/dccp/options.c')
| -rw-r--r-- | net/dccp/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index 07a34696ac97..fb0db1f7cd7b 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c @@ -215,7 +215,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb) elapsed_time); break; /* - * From draft-ietf-dccp-spec-11.txt: + * From RFC 4340, sec. 10.3: * * Option numbers 128 through 191 are for * options sent from the HC-Sender to the |
