summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-18 05:15:22 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-18 05:15:22 +0000
commitae3b37460b677ebd6f1ad12dab76055e7879fcaf (patch)
tree3dbc37295b45822f221c4bbb23ab7e1fd0d2a9ad /helper.h
parent04663e4205b0c9eaaa4a5eee70fc5d23ca4bc44d (diff)
downloadopenvpn-ae3b37460b677ebd6f1ad12dab76055e7879fcaf.tar.gz
openvpn-ae3b37460b677ebd6f1ad12dab76055e7879fcaf.tar.xz
openvpn-ae3b37460b677ebd6f1ad12dab76055e7879fcaf.zip
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 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 2677f58..52a3a40 100644
--- a/helper.h
+++ b/helper.h
@@ -33,5 +33,6 @@
void helper_keepalive (struct options *o);
void helper_client_server (struct options *o);
+void helper_tcp_nodelay (struct options *o);
#endif