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