You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DTLS 1.2 in RFC 6347 recommends that the DTLS implementation expose to the application layer the effective application data MTU given the record/ciphersuite overhead. The openssl function to do this is DTLS_get_data_mtu which is not currently part of the this API.
I do see API for the application to hint to openssl what the underlayer network PMTU is.
The text was updated successfully, but these errors were encountered:
DTLS 1.2 in RFC 6347 recommends that the DTLS implementation expose to the application layer the effective application data MTU given the record/ciphersuite overhead. The openssl function to do this is DTLS_get_data_mtu which is not currently part of the this API.
I do see API for the application to hint to openssl what the underlayer network PMTU is.
The text was updated successfully, but these errors were encountered: