boost::corosio::tcp_socket::keep_alive
Get the current SO_KEEPALIVE setting.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
bool
keep_alive() const;
Exceptions
Name |
Thrown on |
|
if the socket is not open. |
|
on failure. |
Return Value
true if keepalive is enabled.
Created with MrDocs