MCPcopy Create free account
hub / github.com/chronoxor/CppServer / option_send_buffer_limit

Method option_send_buffer_limit

include/server/asio/ssl_client.h:104–104  ·  view source on GitHub ↗

Get the option: send buffer limit

Source from the content-addressed store, hash-verified

102 size_t option_receive_buffer_size() const;
103 //! Get the option: send buffer limit
104 size_t option_send_buffer_limit() const { return _send_buffer_limit; }
105 //! Get the option: send buffer size
106 size_t option_send_buffer_size() const;
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected