Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2010 17:39:47 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_var.h
Message-ID:  <201008181740.o7IHe6AE063849@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2010-08-18 17:39:47 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c tcp_var.h 
  Log:
  SVN rev 211462 on 2010-08-18 17:39:47Z by andre
  
  Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug
  sysctl's and remove any side effects.
  
  Both sysctl's share the same backend infrastructure and due to the
  way it was implemented enabling net.inet.tcp.log_in_vain would also
  cause log_debug output to be generated.  This was surprising and
  eventually annoying to the user.
  
  The log output backend is kept the same but a little shim is inserted
  to properly separate log_in_vain and log_debug and to remove any side
  effects.
  
  PR:             kern/137317
  MFC after:      1 week
  
  Revision  Changes    Path
  1.417     +1 -1      src/sys/netinet/tcp_input.c
  1.362     +26 -4     src/sys/netinet/tcp_subr.c
  1.187     +2 -0      src/sys/netinet/tcp_var.h



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