diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-14 08:09:44 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-14 08:09:44 +0000 |
commit | 3d423bbe963306259dac4e85a76e687292c72fc5 (patch) | |
tree | e8bdb455727a9788aa01791f2cced4be4ea4cce6 /options.c | |
parent | added *.orig to .svnignore (diff) | |
download | openvpn-3d423bbe963306259dac4e85a76e687292c72fc5.tar.xz |
Minor PKCS#11 changes.
pre-2.1_beta3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@607 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | options.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -207,7 +207,6 @@ static const char usage_message[] = " or --fragment max value, whichever is lower.\n" "--sndbuf size : Set the TCP/UDP send buffer size.\n" "--rcvbuf size : Set the TCP/UDP receive buffer size.\n" - "--socket-flags f: Set socket flags, currently 'TCP_NODELAY' supported.\n" "--txqueuelen n : Set the tun/tap TX queue length to n (Linux only).\n" "--mlock : Disable Paging -- ensures key material and tunnel\n" " data will never be written to disk.\n" |