diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-24 08:10:10 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-24 08:10:10 +0000 |
commit | d3ad45706a9a5dcca408ea1de669894b18ee9e58 (patch) | |
tree | fdab6117db7790a440447446a5eef4927162dfca /openvpn.8 | |
parent | Eliminated gcc 3.3.3 warnings on NetBSD (diff) | |
download | openvpn-d3ad45706a9a5dcca408ea1de669894b18ee9e58.tar.xz |
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.8 | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |