151#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE 1 // Enable TLS 1.3 compatibility mode (optional, may be needed if using older clients or servers that expect TLS 1.2 behavior)
152
153#define MBEDTLS_SSL_MAX_CONTENT_LEN 8192 // Increase maximum content size for SSL
154#define MBEDTLS_SSL_MAX_FRAGMENT_LENGTH 8192 // Increase fragment length (default 16384)