|
group2 0.1.0
CSE 125 Group 2
|
UDP-first session transport with handshake, reliability, and relay routing. More...
#include "FragmentReassembler.hpp"#include "UdpEndpoint.hpp"#include "network/RelayToken.hpp"#include <SDL3/SDL_stdinc.h>#include <array>#include <cstdint>#include <deque>#include <map>#include <optional>#include <random>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | net::UdpSessionTransport |
| struct | net::UdpSessionTransport::Event |
| struct | net::UdpSessionTransport::Stats |
| struct | net::UdpSessionTransport::RelayConfig |
| struct | net::UdpSessionTransport::PunchAssist |
| Direct UDP hole-punch assist for global joins. More... | |
| struct | net::UdpSessionTransport::PendingReliable |
| struct | net::UdpSessionTransport::ChannelState |
| struct | net::UdpSessionTransport::Peer |
Namespaces | |
| namespace | net |
UDP-first session transport with handshake, reliability, and relay routing.