A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::net::ByteReassembler::Impl::Pending Struct Reference

Public Attributes

std::optional< std::uint32_t > packet_count
 
absl::flat_hash_map< std::uint32_t, std::string > chunks
 
size_t byte_count = 0
 

Member Data Documentation

◆ byte_count

size_t a11::net::ByteReassembler::Impl::Pending::byte_count = 0

◆ chunks

absl::flat_hash_map<std::uint32_t, std::string> a11::net::ByteReassembler::Impl::Pending::chunks

◆ packet_count

std::optional<std::uint32_t> a11::net::ByteReassembler::Impl::Pending::packet_count

The documentation for this struct was generated from the following file: