|
UDP-WG Implementation
|
The initial packet sent from initiator to responder. More...
#include <wireguard.h>
Public Member Functions | |
| InitPacket (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 initial packet sent from initiator to responder.