mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 20:52:30 +02:00
Ensure zero-inialization, add TODO update gitignore.
This commit is contained in:
parent
c939dec26a
commit
62ac53563c
8 changed files with 35 additions and 19 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue