From 44f69184b7c10373b9de53acba09b24ee83b2af8 Mon Sep 17 00:00:00 2001
From: David Carlier <[email protected]>
Date: Fri, 17 Dec 2021 17:24:26 +0000
Subject: [PATCH 3/3] MEDIUM: socket Adding support for the new reuseportbpf
directive.
documentation part.
---
doc/configuration.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/configuration.txt b/doc/configuration.txt
index b739df7c0..e71e7fade 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -1077,6 +1077,7 @@ The following keywords are supported in the "global" section :
- nosplice
- nogetaddrinfo
- noreuseport
+ - reuseportbpf
- profiling.tasks
- spread-checks
- server-state-base
@@ -2421,6 +2422,10 @@ noreuseport
Disables the use of SO_REUSEPORT - see socket(7). It is equivalent to the
command line argument "-dR".
+reuseportbpf
+ Enables the use of SO_ATTACH_REUSEPORT_CBPF and if SO_REUSEPORT is enabled
+ on Linux (4.6 and above).
+
profiling.memory { on | off }
Enables ('on') or disables ('off') per-function memory profiling. This will
keep usage statistics of malloc/calloc/realloc/free calls anywhere in the
--
2.32.0