diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-18 05:15:22 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-18 05:15:22 +0000 |
commit | ae3b37460b677ebd6f1ad12dab76055e7879fcaf (patch) | |
tree | 3dbc37295b45822f221c4bbb23ab7e1fd0d2a9ad /options.h | |
parent | Cleaned up man page synopsis. (diff) | |
download | openvpn-ae3b37460b677ebd6f1ad12dab76055e7879fcaf.tar.xz |
Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket
flag on the server as well as pushes it to connecting clients.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3513 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -346,6 +346,7 @@ struct options in_addr_t server_netmask; # define SF_NOPOOL (1<<0) +# define SF_TCP_NODELAY_HELPER (1<<1) unsigned int server_flags; bool server_bridge_proxy_dhcp; |