summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorGerrit Renker2007-04-29 06:21:46 +0200
committerDavid S. Miller2007-04-29 06:21:46 +0200
commit65bb723c9502b7ba0a3aad13bdac8832e213ba74 (patch)
tree8afacca25ce6a611da0c667210a2f3c39637f8f0 /net/ipv4/tcp_output.c
parent[XFRM]: Export SPD info (diff)
downloadkernel-qcow2-linux-65bb723c9502b7ba0a3aad13bdac8832e213ba74.tar.gz
kernel-qcow2-linux-65bb723c9502b7ba0a3aad13bdac8832e213ba74.tar.xz
kernel-qcow2-linux-65bb723c9502b7ba0a3aad13bdac8832e213ba74.zip
[TCP]: Update references in two old comments
This updates references to drafts in comments which must be about 10 years old. Internet draft draft-ietf-tcpimpl-prob-03.txt expired in 1998 and was replaced by RFC 2525 in March 1999. Section 3.10 of the draft maps almost identically into section 2.17 of RFC 2525: both are entitled "Failure to RST on close with data pending", the differences in text body amount to a typo and minor sentence change. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r--net/ipv4/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index e70a6840cb64..b5fa3c19afee 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -2035,7 +2035,7 @@ void tcp_send_fin(struct sock *sk)
/* We get here when a process closes a file descriptor (either due to
* an explicit close() or as a byproduct of exit()'ing) and there
* was unread data in the receive queue. This behavior is recommended
- * by draft-ietf-tcpimpl-prob-03.txt section 3.10. -DaveM
+ * by RFC 2525, section 2.17. -DaveM
*/
void tcp_send_active_reset(struct sock *sk, gfp_t priority)
{