| 127 | } |
| 128 | |
| 129 | size_t SSLClient::option_send_buffer_size() const |
| 130 | { |
| 131 | asio::socket_base::send_buffer_size option; |
| 132 | _stream.next_layer().get_option(option); |
| 133 | return option.value(); |
| 134 | } |
| 135 | |
| 136 | void SSLClient::SetupReceiveBufferSize(size_t size) |
| 137 | { |