boost::corosio::tcp_socket::no_delay
Get the current TCP_NODELAY setting.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
bool
no_delay() const;
Exceptions
Name |
Thrown on |
|
if the socket is not open. |
|
on failure. |
Return Value
true if Nagle's algorithm is disabled.
Created with MrDocs