[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 <gerrit@erg.abdn.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
977a415f2b
commit
0e64e94e47
@ -216,11 +216,11 @@ send_sync:
|
||||
dccp_send_sync(sk, DCCP_SKB_CB(skb)->dccpd_seq,
|
||||
DCCP_PKT_SYNCACK);
|
||||
/*
|
||||
* From the draft:
|
||||
* From RFC 4340, sec. 5.7
|
||||
*
|
||||
* As with DCCP-Ack packets, DCCP-Sync and DCCP-SyncAck packets
|
||||
* MAY have non-zero-length application data areas, whose
|
||||
* contents * receivers MUST ignore.
|
||||
* contents receivers MUST ignore.
|
||||
*/
|
||||
goto discard;
|
||||
}
|
||||
|
Reference in New Issue
Block a user