boost::corosio::tcp_socket::send_buffer_size
Get the send buffer size (SO_SNDBUF).
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
int
send_buffer_size() const;
Exceptions
Name |
Thrown on |
|
if the socket is not open. |
|
on failure. |
Return Value
The current send buffer size in bytes.
Created with MrDocs