Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 18:22:37 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52633 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes
Message-ID:  <201812101822.wBAIMb0B079105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Dec 10 18:22:37 2018
New Revision: 52633
URL: https://svnweb.freebsd.org/changeset/doc/52633

Log:
  Document r334719, SO_REUSEPORT_LB socket option addition.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Mon Dec 10 18:22:35 2018	(r52632)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Mon Dec 10 18:22:37 2018	(r52633)
@@ -884,6 +884,12 @@
 	updated to use &man.rmlock.9; instead of &man.rwlock.9;,
 	resulting in significant performance improvements.</para>
 
+      <para revision="334719" contrib="sponsor"
+	sponsor="&limelight;">The <literal>SO_REUSEPORT_LB</literal>
+	option has been added to the network stack, allowing multiple
+	programs or threads to bind to the same port, and incoming
+	connections load balanced using a hash function.</para>
+
       <para revision="338253">The &man.pf.4; ioctl interface and
 	&man.pfctl.8; now support &man.altq.4; bandwidth parameters of
 	<literal>2^32</literal> bps or greater.  The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812101822.wBAIMb0B079105>