mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Ensure zero-inialization, add TODO update gitignore.
This commit is contained in:
@@ -15,6 +15,8 @@ namespace i2p
|
||||
namespace transport
|
||||
{
|
||||
#pragma pack(1)
|
||||
// Warning: do not change the order of these variables
|
||||
// (or fix the unsafe casts in SSU.h)
|
||||
struct SSUHeader
|
||||
{
|
||||
uint8_t mac[16];
|
||||
|
||||
Reference in New Issue
Block a user