File 0135-docs-remove-unsupported-socket-inet-backend-notes-fo.patch of Package erlang
From c6385ece626d577d820b7b7206f35ae73b92e092 Mon Sep 17 00:00:00 2001
From: Takeru Ohta <phjgt308@gmail.com>
Date: Fri, 9 Jan 2026 10:04:21 +0900
Subject: [PATCH 2/2] docs: remove unsupported socket inet backend notes for
reuseport options
---
lib/kernel/src/inet.erl | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/lib/kernel/src/inet.erl b/lib/kernel/src/inet.erl
index da132fe00c..e30a8c2647 100644
--- a/lib/kernel/src/inet.erl
+++ b/lib/kernel/src/inet.erl
@@ -1440,11 +1440,6 @@ The following options are available:
> example, by enabling `reuseport` and then disabling `reuseport_lb` both will
> end up being disabled.
- > #### Note {: .info }
- >
- > This option is _currently_ not supported for socket created with
- > `inet_backend = socket`
-
- **`{reuseport_lb, Boolean}`[](){: #option-reuseport_lb }** -
Allows or disallows reuse of local port _with_ load balancing.
By default, reuse is disallowed. See also [`reuseport`](#option-reuseport).
@@ -1458,11 +1453,6 @@ The following options are available:
> in surprising ways. For example, by enabling `reuseport_lb`,
> and then disabling `reuseport`, both will end up being disabled.
- > #### Note {: .info }
- >
- > This option is _currently_ not supported for socket created with
- > `inet_backend = socket`
-
- **`{send_timeout, Integer}`** - Only allowed for connection-oriented sockets.
Specifies a longest time to wait for a send operation to be accepted by the
--
2.51.0