From dada@localhost.tu-graz.ac.at Mon Sep  6 12:05:08 1999
Return-Path: <dada@localhost.tu-graz.ac.at>
Received: from kaa.kfunigraz.ac.at (KAA16.kfunigraz.ac.at [143.50.16.17])
	by hub.freebsd.org (Postfix) with ESMTP id 084B0159EC
	for <FreeBSD-GNATS-submit@freebsd.org>; Mon,  6 Sep 1999 12:04:55 -0700 (PDT)
	(envelope-from dada@localhost.tu-graz.ac.at)
Received: from balu.kfunigraz.ac.at (balu [143.50.16.16])
	by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id VAA20373
	for <FreeBSD-GNATS-submit@freebsd.org>; Mon, 6 Sep 1999 21:04:13 +0200 (MDT)
Received: from localhost.tu-graz.ac.at (BONLINEB56.kfunigraz.ac.at [143.50.33.56])
	by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id VAA20648
	for <FreeBSD-GNATS-submit@freebsd.org>; Mon, 6 Sep 1999 21:07:30 +0200 (MDT)
Received: from localhost (dada@localhost)
	by localhost.tu-graz.ac.at (8.9.3/8.9.3) with ESMTP id TAA00480
	for <FreeBSD-GNATS-submit@freebsd.org>; Mon, 6 Sep 1999 19:03:33 +0200 (CEST)
	(envelope-from dada@localhost.tu-graz.ac.at)
Message-Id: <Pine.BSF.4.10.9909061859001.410-100000@localhost.tu-graz.ac.at>
Date: Mon, 6 Sep 1999 19:03:30 +0200 (CEST)
From: Martin Kammerhofer <dada@localhost.tu-graz.ac.at>
Reply-To: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
To: FreeBSD problems <FreeBSD-GNATS-submit@freebsd.org>
Subject: Re: PR kern/12594 (sysctl descriptions)

>Number:         13604
>Category:       kern
>Synopsis:       Re: PR kern/12594 (sysctl descriptions)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep  6 12:10:01 PDT 1999
>Closed-Date:    Sun Sep 12 14:17:04 PDT 1999
>Last-Modified:  Wed Oct 26 06:16:50 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Not exactly _misleading_ descriptions, but _missing_ ones instead.
 Since it's so related I follow up to my original PR.
 
 --- /usr/src/sys/netinet/tcp_timer.c	Wed Sep  1 19:02:52 1999
 +++ ./tcp_timer.c	Mon Sep  6 18:55:53 1999
 @@ -85,15 +85,15 @@
  
  int	tcp_keepinit;
  SYSCTL_PROC(_net_inet_tcp, TCPCTL_KEEPINIT, keepinit, CTLTYPE_INT|CTLFLAG_RW,
 -    &tcp_keepinit, 0, sysctl_msec_to_ticks, "I", "");
 +    &tcp_keepinit, 0, sysctl_msec_to_ticks, "I", "Timeout for connection attempts");
  
  int	tcp_keepidle;
  SYSCTL_PROC(_net_inet_tcp, TCPCTL_KEEPIDLE, keepidle, CTLTYPE_INT|CTLFLAG_RW,
 -    &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "");
 +    &tcp_keepidle, 0, sysctl_msec_to_ticks, "I", "Idle time before keepalive probes begin");
  
  int	tcp_keepintvl;
  SYSCTL_PROC(_net_inet_tcp, TCPCTL_KEEPINTVL, keepintvl, CTLTYPE_INT|CTLFLAG_RW,
 -    &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "");
 +    &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "Time between keepalive probes");
  
  int	tcp_delacktime;
  SYSCTL_PROC(_net_inet_tcp, TCPCTL_DELACKTIME, delacktime,
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Sep 12 14:17:04 PDT 1999 
State-Changed-Why:  
Followup to another PR. 
>Unformatted:
