libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::TCPOptions Member List

This is the complete list of members for cosmos::TCPOptions, including all inherited members.

getBoolOption(const OptName name) constcosmos::SockOptBase< OptLevel::TCP >protected
getInfo() constcosmos::TCPOptions
getIntOption(const OptName name) constcosmos::SockOptBase< OptLevel::TCP >protected
getPeerSec() constcosmos::SockOptBase< OptLevel::TCP >protected
getStringOption(const OptName name, size_t max_len) constcosmos::SockOptBase< OptLevel::TCP >protected
M_LEVELcosmos::SockOptBase< OptLevel::TCP >protectedstatic
m_sockcosmos::SockOptBase< OptLevel::TCP >protected
popCork() (defined in cosmos::TCPOptions)cosmos::TCPOptionsinline
pushCork() (defined in cosmos::TCPOptions)cosmos::TCPOptionsinline
setBoolOption(const OptName name, const bool val)cosmos::SockOptBase< OptLevel::TCP >protected
setCongestionControl(const SysString name)cosmos::TCPOptionsinline
setCork(const bool on_off)cosmos::TCPOptionsinline
setDeferAccept(const std::chrono::seconds max_wait)cosmos::TCPOptionsinline
setFastOpen(const size_t max_pending_syns)cosmos::TCPOptionsinline
setFastOpenConnect(const bool on_off)cosmos::TCPOptionsinline
setFinLinger(const std::chrono::seconds timeout)cosmos::TCPOptionsinline
setIntOption(const OptName name, const int val)cosmos::SockOptBase< OptLevel::TCP >protected
setKeepaliveCount(const size_t count)cosmos::TCPOptionsinline
setKeepaliveIdleTime(const std::chrono::seconds idle_time)cosmos::TCPOptionsinline
setKeepaliveInterval(const std::chrono::seconds interval)cosmos::TCPOptionsinline
setMaxSegmentSize(const size_t bytes)cosmos::TCPOptionsinline
setNoDelay(const bool on_off)cosmos::TCPOptionsinline
setQuickACK(const bool on_off)cosmos::TCPOptionsinline
setStringOption(const OptName name, const SysString str)cosmos::SockOptBase< OptLevel::TCP >protected
setSynCount(const size_t count)cosmos::TCPOptionsinline
setUserTimeout(const std::chrono::milliseconds timeout)cosmos::TCPOptions
setWindowClamp(const size_t bytes)cosmos::TCPOptionsinline
SockOptBase(FileDescriptor fd)cosmos::TCPOptionsinlineexplicitprotected
SockOptBase(const SockOptBase &)=delete (defined in cosmos::TCPOptions)cosmos::TCPOptionsprotected
TCPClientSocketT (defined in cosmos::TCPOptions)cosmos::TCPOptionsfriend
TCPConnectionT (defined in cosmos::TCPOptions)cosmos::TCPOptionsfriend
TCPListenSocketT (defined in cosmos::TCPOptions)cosmos::TCPOptionsfriend