mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
session.hpp File Reference
#include "crypto.hpp"
#include "packet.hpp"
#include "session.inl"
Include dependency graph for session.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mal_packet_weaver::Session
 Represents a network session for sending and receiving packets. More...
 

Namespaces

namespace  mal_packet_weaver
 This is the main namespace for the Mal Packet Weaver library.
 

Typedefs

using mal_packet_weaver::PacketReceiverFn = std::function<void(std::unique_ptr<Packet> &&)>