aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/init.h
diff options
context:
space:
mode:
authorAntonio Quartulli2022-08-04 09:14:01 +0200
committerGert Doering2022-08-04 15:28:57 +0200
commitb6f7b285767e66f5cbd3854cf0ff918e87b31202 (patch)
tree27f2caa59c511b79a384d05477b3951e4dd531c0 /src/openvpn/init.h
parent46f6a7e8b6daf02bebe4a46498665274f1673ac0 (diff)
downloadopenvpn-b6f7b285767e66f5cbd3854cf0ff918e87b31202.zip
openvpn-b6f7b285767e66f5cbd3854cf0ff918e87b31202.tar.gz
dco: implement dco support for p2p/client code path
With this change we introduce ovpn-dco support only along the p2p/client code path. Server codebase is still unchanged. Signed-off-by: Antonio Quartulli <a@unstable.cc> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220804071401.12410-1-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24798.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/init.h')
-rw-r--r--src/openvpn/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/init.h b/src/openvpn/init.h
index 5f412a3..f53b65e 100644
--- a/src/openvpn/init.h
+++ b/src/openvpn/init.h
@@ -30,7 +30,7 @@
* Baseline maximum number of events
* to wait for.
*/
-#define BASE_N_EVENTS 4
+#define BASE_N_EVENTS 5
void context_clear(struct context *c);