Bug 13604

Summary: Re: PR kern/12594 (sysctl descriptions)
Product: Base System Reporter: Martin Kammerhofer <dada>
Component: kernAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description Martin Kammerhofer 1999-09-06 20:10:01 UTC
 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,
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-09-12 22:17:04 UTC
State Changed
From-To: open->closed

Followup to another PR.