mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:42:23 +01:00
- The `ssl->dtlsMtuSz` value is the maximum possible size of the DTLS record layer. We read `ssl->dtlsMtuSz + 100` in case peer has slightly different MTU set. - The `-u` option in the examples takes the value of the MTU size. - MTU tests are added in `tests/test-dtls-mtu.conf`