|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Public Types | |
| enum | : unsigned { max_missed_heartbeats =1 } |
| enum | : unsigned { max_missed_heartbeats =1 } |
Public Member Functions | |
| template<class Skt > | |
| constexpr | heartbeats (Skt const &) noexcept(true) |
| template<class Skt > | |
| constexpr | heartbeats (Skt const &) noexcept(true) |
Static Public Member Functions | |
| static constexpr void | stop () noexcept(true) |
| static constexpr void | stop () noexcept(true) |
Static Public Attributes | |
| static constexpr std::chrono::seconds | heartbeat_interval {1} |
Definition at line 227 of file socket_server.cpp.
| anonymous enum : unsigned |
| Enumerator | |
|---|---|
| max_missed_heartbeats | |
Definition at line 228 of file socket_server.cpp.
| anonymous enum : unsigned |
| Enumerator | |
|---|---|
| max_missed_heartbeats | |
Definition at line 228 of file socket_server.cpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 234 of file socket_server.cpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 234 of file socket_server.cpp.
|
inlinestaticconstexprnoexcept |
Definition at line 235 of file socket_server.cpp.
|
inlinestaticconstexprnoexcept |
Definition at line 235 of file socket_server.cpp.
|
inlinestaticconstexpr |
Definition at line 231 of file socket_server.cpp.