boost::corosio::tcp_socket::linger
Get the current SO_LINGER setting.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
linger_options
linger() const;
Exceptions
Name |
Thrown on |
|
if the socket is not open. |
|
on failure. |
Return Value
The current linger options.
Created with MrDocs