Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 08:40:06 -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
Message-ID:  <199908181540.IAA27699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

csgr        1999/08/18 08:40:06 PDT

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Slight tweak to tcp.blackhole to add optional behaviour to
  drop any segment arriving at a closed port.
  tcp.blackhole=1 - only drop SYN without RST
  tcp.blackhole=2 - drop everything without RST
  tcp.blackhole=0 - always send RST - default behaviour
  
  This confuses nmap -sF or -sX or -sN quite badly.
  
  Revision  Changes    Path
  1.89      +26 -9     src/sys/netinet/tcp_input.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?199908181540.IAA27699>