feat: support the --no-dtls option

This commit is contained in:
Kevin Yue
2024-08-13 20:41:33 +08:00
parent c578e35178
commit c2a6a436a5
8 changed files with 31 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ typedef struct vpn_options
const int reconnect_timeout;
const int mtu;
const int disable_ipv6;
const int no_dtls;
} vpn_options;
int vpn_connect(const vpn_options *options, vpn_connected_callback callback);