rustls_connection_set_buffer_limit

Sets a limit on the internal buffers used to buffer unsent plaintext (prior to completing the TLS handshake) and unsent TLS records. By default, there is no limit. The limit can be set at any time, even if the current buffer use is higher. <https://docs.rs/rustls/0.20.0/rustls/enum.Connection.html#method.set_buffer_limit>

extern (C)
void
rustls_connection_set_buffer_limit

Meta