aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/ssl.h')
-rw-r--r--src/openvpn/ssl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h
index 48a4d2e..bc8842d 100644
--- a/src/openvpn/ssl.h
+++ b/src/openvpn/ssl.h
@@ -508,13 +508,16 @@ void tls_update_remote_addr(struct tls_multi *multi,
* @param frame The frame options for this session (frame overhead is
* adjusted based on the selected cipher/auth).
* @param frame_fragment The fragment frame options.
+ * @param lsi link socket info to adjust MTU related options
+ * depending on the current protocol
*
* @return true if updating succeeded or keys are already generated, false otherwise.
*/
bool tls_session_update_crypto_params(struct tls_session *session,
struct options *options,
struct frame *frame,
- struct frame *frame_fragment);
+ struct frame *frame_fragment,
+ struct link_socket_info *lsi);
/*
* inline functions