group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
UdpSessionTransport.hpp File Reference

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>
Include dependency graph for UdpSessionTransport.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

UDP-first session transport with handshake, reliability, and relay routing.