pull/1917/head
Jeff 2 years ago
parent 7396eb7f3b
commit f0867832e5
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

@ -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,

Loading…
Cancel
Save