Common connection functionality that is used by both ConnectionIn and ConnectionOut.
#include <nrg_connection.h>
Public Member Functions | |
| ConnectionCommon () | |
| Default Constructor. | |
| void | setTransform (PacketTransformation *transform) |
| Add a PacketTransformation that will be applied to packets, or nullptr to disable. | |
Public Attributes | |
| uint16_t | seq_num |
| PacketTransformation * | transform |