Go to the source code of this file.
Namespaces | |
namespace | srs |
Typedefs | |
using | srs::io_context_type = asio::thread_pool |
using | srs::BufferElementType = char |
using | srs::BinaryData = std::vector<BufferElementType> |
template<int buffer_size = common::SMALL_READ_MSG_BUFFER_SIZE> | |
using | srs::ReadBufferType = std::array<BufferElementType, buffer_size> |
using | srs::CommunicateEntryType = uint32_t |