aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/options.h')
-rw-r--r--src/openvpn/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h
index ded0652..c252339 100644
--- a/src/openvpn/options.h
+++ b/src/openvpn/options.h
@@ -127,6 +127,8 @@ struct connection_entry
int fragment; /* internal fragmentation size */
int mssfix; /* Upper bound on TCP MSS */
bool mssfix_default; /* true if --mssfix was supplied without a parameter */
+ bool mssfix_encap; /* true if --mssfix had the "mtu" parameter to include
+ * overhead from IP and TCP/UDP encapsulation */
int explicit_exit_notification; /* Explicitly tell peer when we are exiting via OCC_EXIT or [RESTART] message */