mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
17 lines
261 B
C++
17 lines
261 B
C++
#ifndef LLARP_PROTO_HPP
|
|
#define LLARP_PROTO_HPP
|
|
|
|
#ifndef LLARP_PROTO_VERSION
|
|
#define LLARP_PROTO_VERSION (0)
|
|
#endif
|
|
|
|
#ifndef LLARP_ETH_PROTO
|
|
#define LLARP_ETH_PROTO (0xD1CE)
|
|
#endif
|
|
|
|
#ifndef LLARP_KEYFILE_VERSION
|
|
#define LLARP_KEYFILE_VERSION (1)
|
|
#endif
|
|
|
|
#endif
|