2#include <cosmos/net/TCPOptions.hxx>
12 setsockopt(
m_sock,
M_LEVEL,
OptName{TCP_USER_TIMEOUT},
static_cast<unsigned int>(timeout.count()));
static constexpr OptLevel M_LEVEL
void setUserTimeout(const std::chrono::milliseconds timeout)
Maximum time that the TCP protocol is allowed to be stuck without terminating the connection.
TCPInfo getInfo() const
Returns a structure containing detailed state about the TCP socket.
OptName
Representation of socket option names.
This structure provides detailed information about TCP socket state.