Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet update SYSCTL_DESCR; sack is implemented.



details:   https://anonhg.NetBSD.org/src/rev/a9f2962519f0
branches:  trunk
changeset: 574612:a9f2962519f0
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Mar 06 10:15:30 2005 +0000

description:
update SYSCTL_DESCR; sack is implemented.

diffstat:

 sys/netinet/tcp_usrreq.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 954a8a2e5edb -r a9f2962519f0 sys/netinet/tcp_usrreq.c
--- a/sys/netinet/tcp_usrreq.c  Sun Mar 06 04:25:04 2005 +0000
+++ b/sys/netinet/tcp_usrreq.c  Sun Mar 06 10:15:30 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_usrreq.c,v 1.95 2005/03/02 10:20:18 mycroft Exp $  */
+/*     $NetBSD: tcp_usrreq.c,v 1.96 2005/03/06 10:15:30 yamt Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_usrreq.c,v 1.95 2005/03/02 10:20:18 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_usrreq.c,v 1.96 2005/03/06 10:15:30 yamt Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1270,8 +1270,7 @@
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
                       CTLTYPE_INT, "sack",
-                      SYSCTL_DESCR("Enable RFC2018 Selection ACKnowledgement "
-                                   "(not implemented)"),
+                      SYSCTL_DESCR("Enable RFC2018 Selection ACKnowledgement"),
                       NULL, 0, &tcp_do_sack, 0,
                       CTL_NET, pf, IPPROTO_TCP, TCPCTL_SACK, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,



Home | Main Index | Thread Index | Old Index