Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder.
This commit is contained in:
parent
0e43e5e8f2
commit
4267e7da93
11 changed files with 120 additions and 376 deletions
|
@ -198,6 +198,11 @@ error_no_ZT_ARCH_defined;
|
|||
*/
|
||||
#define ZT_MAC_FIRST_OCTET 0x32
|
||||
|
||||
/**
|
||||
* Length of secret key in bytes
|
||||
*/
|
||||
#define ZT_PEER_SECRET_KEY_LENGTH 32
|
||||
|
||||
/**
|
||||
* How often Topology::clean() and Network::clean() are called in ms
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue