From owner-svn-src-head@freebsd.org Fri Jan 22 02:43:14 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFD1DA8BFE9; Fri, 22 Jan 2016 02:43:14 +0000 (UTC) (envelope-from hiren@strugglingcoder.info) Received: from mail.strugglingcoder.info (strugglingcoder.info [65.19.130.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.strugglingcoder.info", Issuer "mail.strugglingcoder.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 97E26199B; Fri, 22 Jan 2016 02:43:14 +0000 (UTC) (envelope-from hiren@strugglingcoder.info) Received: from localhost (unknown [10.1.1.3]) (Authenticated sender: hiren@strugglingcoder.info) by mail.strugglingcoder.info (Postfix) with ESMTPA id CCE1BD3746; Thu, 21 Jan 2016 18:43:10 -0800 (PST) Date: Thu, 21 Jan 2016 18:43:10 -0800 From: hiren panchasara To: Gleb Smirnoff Cc: lstewart@FreeBSD.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet Message-ID: <20160122024310.GL33895@strugglingcoder.info> References: <201601220207.u0M27nCM071788@repo.freebsd.org> <20160122022402.GJ33895@strugglingcoder.info> <20160122023900.GR1444@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oOpJzULQ70+PGW7h" Content-Disposition: inline In-Reply-To: <20160122023900.GR1444@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 02:43:14 -0000 --oOpJzULQ70+PGW7h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 01/21/16 at 06:39P, Gleb Smirnoff wrote: > Hiren, >=20 > On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote: > h> > Log: > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP cong= estion > h> > control algorithm options. The argument is variable length and is= opaque > h> > to TCP, forwarded directly to the algorithm's ctl_output method. > h> > =20 > h> > Provide new includes directory netinet/cc, where algorithm specific > h> > headers can be installed. > h> > =20 > h> > The new API doesn't yet have any in tree consumers. > h> > =20 > h> > The original code written by lstewart. > h> > Reviewed by: rrs, emax > h> > Sponsored by: Netflix > h> > Differential Revision: https://reviews.freebsd.org/D711 > h>=20 > h> Thanks Lawrence and Glebius for the patch. > h>=20 > h> I know original plan was to have this in earlier but is it possible to > h> still get this in 10.3 or would it be too soon? >=20 > Do you have a module that is going to utilize it? Not right now. But having this in 10.3 can be useful. I don't want to push. I can always carry this patch around if I need in 10. Cheers, Hiren --oOpJzULQ70+PGW7h Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJWoZc7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNEUyMEZBMUQ4Nzg4RjNGMTdFNjZGMDI4 QjkyNTBFMTU2M0VERkU1AAoJEIuSUOFWPt/lPF4H/3xzTQRNNP5LxmablwJMIJev 5sI5hNKDl7Bba0noFT5KLn1IxtksUo9eNQ1AYWZxWr2F///mb75A1Tm7diti6Vbm xmQnLecREPiK0Bsio1QNR4XMXQXcPOVCSz6kAfYoaMevcZypXxRUIOjBxygoIOok N7JHbPWPZyMWa9w0ovjrpmFmy2yL0AUl+UjO5N5rnwkONjl3kBYZ1My10DqMHt9j 32bkDN0eSxDHrPKiCPC2p5vnI5h7JBIvJ6HqhHZ06+8/fWCXt7F1BGXDNeuHzHSP PyGhWrJmsndLEDMFgk43v/98pBF8MwevvP6SNfjFBoGglhSoPhdD6CfwT9QSgzk= =9xjG -----END PGP SIGNATURE----- --oOpJzULQ70+PGW7h--