From owner-freebsd-net@FreeBSD.ORG Thu May 12 20:42:42 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB8D1065674 for ; Thu, 12 May 2011 20:42:42 +0000 (UTC) (envelope-from michael@gameservice.ru) Received: from mail.mzlab.net (mail.mzlab.net [66.197.153.197]) by mx1.freebsd.org (Postfix) with ESMTP id CC42D8FC0C for ; Thu, 12 May 2011 20:42:42 +0000 (UTC) Date: Thu, 12 May 2011 23:42:36 +0300 From: Michael X-Priority: 3 (Normal) Message-ID: <1419802131.20110512234236@gameservice.ru> To: Vlad Galu In-Reply-To: References: <17710363528.20110512130123@gameservice.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re: Random TCP 3 second delay 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: Thu, 12 May 2011 20:42:43 -0000 2011/5/12 Vlad Galu VG> net.inet.tcp.finwait2_timeout and VG> net.inet.tcp.fast_finwait2_recycle are VG> your friends. net.inet.tcp.fast_finwait2_recycle: 1 net.inet.tcp.finwait2_timeout: 60000 I will try to tune finwat2_timeout, but i don't see a lot of FIN_WAIT in netstat -na (around 300) Michael