UDP-WG Implementation
|
The packet sent by the responder to the initiator during the handshake. More...
#include <wireguard.h>
Public Member Functions | |
ResponsePacket (const std::string &buffer) | |
crypto::string & | operator[] (const size_t &val) |
const crypto::string & | operator[] (const size_t &val) const |
Public Member Functions inherited from wireguard::Packet | |
std::string | Serialize () |
Serialize the packet. | |
void | Expand (const std::string &buffer, const bool &fill=false) |
Construct a Packet from a std::string. | |
Additional Inherited Members | |
Protected Attributes inherited from wireguard::Packet | |
std::vector< crypto::string > | values |
The packet sent by the responder to the initiator during the handshake.