From owner-freebsd-net@FreeBSD.ORG Sat Oct 18 00:58:47 2008 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35FA71065688 for ; Sat, 18 Oct 2008 00:58:47 +0000 (UTC) (envelope-from gene@nttmcl.com) Received: from mx0.nttmcl.com (MX0.nttmcl.com [216.69.68.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA4A8FC0A for ; Sat, 18 Oct 2008 00:58:47 +0000 (UTC) (envelope-from gene@nttmcl.com) Received: from localhost (localhost [127.0.0.1]) by mx0.nttmcl.com (Postfix) with ESMTP id 4E82C800411 for ; Fri, 17 Oct 2008 17:39:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at mx0.nttmcl.com Received: from mx0.nttmcl.com ([127.0.0.1]) by localhost (mx0.nttmcl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O+7tXKm1ynOA for ; Fri, 17 Oct 2008 17:39:47 -0700 (PDT) Received: from [216.69.69.190] (dhcp190.nttmcl.com [216.69.69.190]) by mx0.nttmcl.com (Postfix) with ESMTP id 37D7C80040A for ; Fri, 17 Oct 2008 17:39:47 -0700 (PDT) Message-ID: <48F93051.6040808@nttmcl.com> Date: Fri, 17 Oct 2008 17:39:45 -0700 From: "Eugene M. Kim" User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Closing connection from an accept_filter(9) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 00:58:47 -0000 Hello, Is it possible to close a connection from an accept filter, for example, in order to prevent an incoming connection with a malformed request body from ever reaching the userland? Cheers, Eugene