Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

any_connection_params

(EXPERIMENTAL) Configuration parameters that can be passed to any_connection's constructor.

Synopsis

Defined in header <boost/mysql/any_connection.hpp>

struct any_connection_params
Data Members

Name

Description

initial_buffer_size

The initial size of the connection's buffer, in bytes.

max_buffer_size

The maximum size of the connection's buffer, in bytes (64MB by default).

ssl_context

An external SSL context containing options to configure TLS.

Experimental

This part of the API is experimental, and may change in successive releases without previous notice.


PrevUpHomeNext