From owner-svn-src-all@FreeBSD.ORG Mon Feb 6 08:50:20 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2422E106566B; Mon, 6 Feb 2012 08:50:20 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mp2.macomnet.net (ipv6.irc.int.ru [IPv6:2a02:28:1:2::1b:2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F52B8FC15; Mon, 6 Feb 2012 08:50:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.5/8.14.5) with ESMTP id q168oHVs004274; Mon, 6 Feb 2012 12:50:17 +0400 (MSK) (envelope-from maxim.konovalov@gmail.com) Date: Mon, 6 Feb 2012 12:50:17 +0400 (MSK) From: Maxim Konovalov To: Gleb Smirnoff In-Reply-To: <201202051653.q15Gr3AB092056@svn.freebsd.org> Message-ID: References: <201202051653.q15Gr3AB092056@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r231025 - in head: share/man/man4 sys/netinet sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 08:50:20 -0000 On Sun, 5 Feb 2012, 16:53-0000, Gleb Smirnoff wrote: > Author: glebius > Date: Sun Feb 5 16:53:02 2012 > New Revision: 231025 > URL: http://svn.freebsd.org/changeset/base/231025 > > Log: > Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and > TCP_KEEPCNT, that allow to control initial timeout, idle time, idle > re-send interval and idle send count on a per-socket basis. > > Reviewed by: andre, bz, lstewart > Great, thanks! -- Maxim Konovalov