Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 1996 16:51:48 -0700 (PDT)
From:      Paul Traina <pst>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet tcp_input.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h
Message-ID:  <199609132351.QAA28121@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
pst         96/09/13 16:51:48

  Modified:    sys/netinet  tcp_input.c tcp_timer.c tcp_timer.h
                        tcp_usrreq.c tcp_var.h
  Log:
  Make the misnamed tcp initial keepalive timer value (which is really the
  time, in seconds, that state for non-established TCP sessions stays about)
  a sysctl modifyable variable.
  
  [part 1 of two commits, I just realized I can't play with the indices as
   I was typing this commit message.]
  
  Revision  Changes    Path
  1.48      +3 -3      src/sys/netinet/tcp_input.c
  1.20      +5 -1      src/sys/netinet/tcp_timer.c
  1.10      +2 -1      src/sys/netinet/tcp_timer.h
  1.25      +2 -2      src/sys/netinet/tcp_usrreq.c
  1.35      +6 -4      src/sys/netinet/tcp_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609132351.QAA28121>