]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove "experimental" denotation for --fast-io
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 18 Jun 2024 12:01:56 +0000 (14:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 18 Jun 2024 16:36:37 +0000 (18:36 +0200)
This option is very old (from SVN days) and has been
used by Access Server for many years. I don't think it
makes sense to claim that it is "experimental" at this
point.

Change-Id: I913bb70c5e527e78e7cdb43110e23a8944f35a22
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240618120156.4836-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28772.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit f6ee77d1f6149cf8f8982998aee6d433f58be507)

doc/man-sections/generic-options.rst
src/openvpn/options.c

index 30c990d6e37a0551e08377b251f5f61aab8df576..45794860e35b81581ddc137ca3078daf22022add 100644 (file)
@@ -215,7 +215,7 @@ which mode OpenVPN is configured as.
   are supported by OpenSSL.
 
 --fast-io
-  (Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a call to
+  Optimize TUN/TAP/UDP I/O writes by avoiding a call to
   poll/epoll/select prior to the write operation. The purpose of such a
   call would normally be to block until the device or socket is ready to
   accept the write. Such blocking is unnecessary on some platforms which
index bbf3fd19f2d2ee719b84a5d7331ffe14f24914ee..c0a2606e63afa25b0d4c9a2dc321cc0b543b099a 100644 (file)
@@ -268,7 +268,7 @@ static const char usage_message[] =
 #if ENABLE_IP_PKTINFO
     "--multihome     : Configure a multi-homed UDP server.\n"
 #endif
-    "--fast-io       : (experimental) Optimize TUN/TAP/UDP writes.\n"
+    "--fast-io       : Optimize TUN/TAP/UDP writes.\n"
     "--remap-usr1 s  : On SIGUSR1 signals, remap signal (s='SIGHUP' or 'SIGTERM').\n"
     "--persist-tun   : Keep tun/tap device open across SIGUSR1 or --ping-restart.\n"
     "--persist-remote-ip : Keep remote IP address across SIGUSR1 or --ping-restart.\n"