Home
last modified time | relevance | path

Searched refs:SSL_SEND_DATA_MAX_LENGTH (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c28 #define SSL_SEND_DATA_MAX_LENGTH 1460 macro
506 if (send_bytes > SSL_SEND_DATA_MAX_LENGTH) in SSL_write()
507 bytes = SSL_SEND_DATA_MAX_LENGTH; in SSL_write()

Completed in 2 milliseconds