From owner-freebsd-net@FreeBSD.ORG Tue Oct 13 08:20:04 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD164106566B for ; Tue, 13 Oct 2009 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BAF718FC0A for ; Tue, 13 Oct 2009 08:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9D8K4F6080739 for ; Tue, 13 Oct 2009 08:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9D8K42Y080738; Tue, 13 Oct 2009 08:20:04 GMT (envelope-from gnats) Date: Tue, 13 Oct 2009 08:20:04 GMT Message-Id: <200910130820.n9D8K42Y080738@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: kause lotski Cc: Subject: Re: kern/137317: [tcp] logs full of syncache problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kause lotski List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 08:20:04 -0000 The following reply was made to PR kern/137317; it has been noted by GNATS. From: kause lotski To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/137317: [tcp] logs full of syncache problems Date: Tue, 13 Oct 2009 00:43:36 -0700 (PDT) perhaps some more information would help: I'm experiencing this on two different boxes with totally different hardware, one located at datacenter and connected via LAN and second one that is sitting on ADSL line. I have tried all sysctl variables that I could find remotely related to this with no luck, tried compiling kernel with and without DUMMYNET This are kernel customizations I use: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options DUMMYNET options HZ=1000 # strongly recommended options IPDIVERT options IPSTEALTH #support for stealth forwarding options ACCEPT_FILTER_HTTP # Must be here or AcceptFilter won't work w/Apache2 options DEVICE_POLLING # Imporoves network driver performance options ZERO_COPY_SOCKETS device coretemp # On-die temperature sensor on Intel Core and newer CPUs Is it at least possible to turn of this checks for local IP's - it is most disturbing that I'm getting droped packets at apache jail to mysql jail communication?