Open
Description
Version
WolfSSL commercial v5.6.4
Description
I found MAX_MTU is 1400 when Sending data using DTLS1.2. I want to know about the value of MAX_MTU,
why set it to 1400.
Now,I using scene, I want to call "wolfssl_write()" to send 1500 byte data, but wolfssl checked the length of data and the size of MTU, If the length of data > 1400(MAX_MTU),would display error. I want to know the mentod of using way about sending data.