Contains functionality that adds a connection abstraction over UDP. More...
#include "nrg_core.h"
#include "nrg_netaddress.h"
#include "nrg_packet.h"
#include "nrg_packet_header.h"
#include "nrg_socket.h"
#include <bitset>
#include <array>
Go to the source code of this file.
Classes | |
struct | nrg::ConnectionCommon |
Common connection functionality that is used by both ConnectionIn and ConnectionOut. More... | |
class | nrg::ConnectionIn |
Incoming connection class. More... | |
class | nrg::ConnectionOut |
Outgoing connection class. More... | |
struct | nrg::Connection |
Combines both ConnectionIn and ConnectionOut into a single class. More... | |