Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 1999 05:17:53 -0700 (PDT)
From:      Geoff Rehmet <csgr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c udp_usrreq.c
Message-ID:  <199908171217.FAA75547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
csgr        1999/08/17 05:17:53 PDT

  Modified files:
    sys/netinet          tcp_input.c udp_usrreq.c 
  Log:
  Add net.inet.tcp.blackhole and net.inet.udp.blackhole
  sysctl knobs.
  
  With these knobs on, refused connection attempts are dropped
  without sending a RST, or Port unreachable in the UDP case.
  In the TCP case, sending of RST is inhibited iff the incoming
  segment was a SYN.
  
  Docs and rc.conf settings to follow.
  
  Revision  Changes    Path
  1.88      +9 -2      src/sys/netinet/tcp_input.c
  1.54      +7 -2      src/sys/netinet/udp_usrreq.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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