summaryrefslogtreecommitdiffstats
path: root/openvpn.8
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-24 08:10:10 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-24 08:10:10 +0000
commitd3ad45706a9a5dcca408ea1de669894b18ee9e58 (patch)
treefdab6117db7790a440447446a5eef4927162dfca /openvpn.8
parentdcc0b2447ee35addf2688c07bf6a5f984d043344 (diff)
downloadopenvpn-d3ad45706a9a5dcca408ea1de669894b18ee9e58.tar.gz
openvpn-d3ad45706a9a5dcca408ea1de669894b18ee9e58.tar.xz
openvpn-d3ad45706a9a5dcca408ea1de669894b18ee9e58.zip
Modified --port-share code to remove the assumption that
CMSG_SPACE always evaluates to a constant, to enable compilation on NetBSD and possibly other BSDs as well. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1041 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.8')
-rw-r--r--openvpn.86
1 files changed, 1 insertions, 5 deletions
diff --git a/openvpn.8 b/openvpn.8
index 51e9f82..e2ac64b 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -3019,11 +3019,7 @@ Currently only designed to work with HTTP/HTTPS,
though it would be theoretically possible to extend to
other protocols such as ssh.
-Currently only implemented
-on Linux, though porting to BSDs should be straightforward.
-The reason for the non-portability is that the current implementation
-uses sendmsg and recvmsg for passing file descriptors between
-processes.
+Not implemented on Windows.
.\"*********************************************************
.SS Client Mode
Use client mode when connecting to an OpenVPN server