This commit is contained in:
Jeff 2022-05-18 18:02:57 -04:00
parent 7396eb7f3b
commit f0867832e5
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ namespace llarp::net
static constexpr size_t MaxSize = 1500;
llarp_time_t timestamp;
size_t sz;
byte_t buf[MaxSize];
alignas(ip_header) byte_t buf[MaxSize];
static IPPacket
UDP(nuint32_t srcaddr,