]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Do not set the buffer size by default but rely on the operation system default.
authorArne Schwabe <arne@rfc2549.org>
Thu, 15 Oct 2015 14:38:38 +0000 (16:38 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 19 Oct 2015 20:11:30 +0000 (22:11 +0200)
commitc72dbb8b470ab7b25fc74e41aed4212db48a9d2f
tree735db49ec5bc9ae2524989378a4fd1a4624ec0cf
parent6c6280ae1672ba10aa009ba8d3bf923f68272de4
Do not set the buffer size by default but rely on the operation system default.

Also remove SOCKET_SND_RCV_BUF_MAX since limiting the buffer to 1000k is
arbitrary and all OSes impose a maximum that can be set anyway.

closes trac ticket #461

V2: SOCKET_SND_RCV_BUF_MAX removal

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1444919918-4525-1-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/10280

Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit f0b64e5dc00f35e3b0fe8c53a316ee74c9cbf15f)
doc/openvpn.8
src/openvpn/options.c
src/openvpn/socket.c
src/openvpn/socket.h