We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
SSL_set_mtu() and DTLS_set_link_mtu() functions are missing in WolfSSL. Do you have any plans to implement them in the future?
SSL_set_mtu()
DTLS_set_link_mtu()
The text was updated successfully, but these errors were encountered:
Hi @farazrbx ,
I will need to consult with my team on that. Please stay tuned.
Warm regards, Anthony
Sorry, something went wrong.
Note to self: APIs for OpenSSL Compat Layer.
Note that we do have wolfSSL_dtls_set_mtu() . How strong is your interest in DTLS_set_link_mtu()? Would you like to register a feature request for it?
wolfSSL_dtls_set_mtu()
@farazrbx Note that since merge of #7648 we have SSL_set_mtu(), which is a compat layer alias for wolfSSL_set_mtu_compat().
wolfSSL_set_mtu_compat()
These interfaces are available in release 5.7.4 or later.
anhu
No branches or pull requests
Version
latest
Description
SSL_set_mtu()
andDTLS_set_link_mtu()
functions are missing in WolfSSL.Do you have any plans to implement them in the future?
The text was updated successfully, but these errors were encountered: