CCF
|
#include <rpc_connections.h>
Public Types | |
using | ConnID = int64_t |
This is the same as ccf::tls::ConnID and udp::ConnID. | |
Public Member Functions | |
ConnIDGenerator () | |
template<class T > | |
ConnID | get_next_id (T &sockets) |
Generates next ID, passed as an argument to RPCConnectionsImpl so that we can have multiple and avoid reusing the same ConnID across each.
using asynchost::ConnIDGenerator::ConnID = int64_t |
This is the same as ccf::tls::ConnID and udp::ConnID.
|
inline |
|
inline |