UDP connection.
More...
#include "UDPConnection.hpp"
|
size_t | id |
| unique connection id, helpful when logging connection-specific messages More...
|
|
std::string | name |
| convenient name to use for logging More...
|
|
UUID | uuid |
| corresponding UUID for this peer connection More...
|
|
Hull & | hull |
| for convenience, keep a reference to the hull that created this connection More...
|
|
EC | ec |
| boost error code More...
|
|
◆ UDPConnection()
EPS::UDPConnection::UDPConnection |
( |
void |
| ) |
|
◆ ~UDPConnection()
EPS::UDPConnection::~UDPConnection |
( |
void |
| ) |
|
|
virtual |
◆ set_socket_options()
virtual void EPS::UDPConnection::set_socket_options |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ec
◆ hull
Hull& EPS::Connection::hull |
|
inherited |
for convenience, keep a reference to the hull that created this connection
◆ id
size_t EPS::Connection::id |
|
inherited |
unique connection id, helpful when logging connection-specific messages
◆ name
std::string EPS::Connection::name |
|
inherited |
convenient name to use for logging
◆ uuid
UUID EPS::Connection::uuid |
|
inherited |
corresponding UUID for this peer connection
- See also
- EPS::Tracker which uses the uuid as the key
The documentation for this class was generated from the following files: