mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
13 lines
185 B
C
13 lines
185 B
C
#ifndef LLARP_PROTO_H
|
|
#define LLARP_PROTO_H
|
|
|
|
#ifndef LLARP_PROTO_VERSION
|
|
#define LLARP_PROTO_VERSION (0)
|
|
#endif
|
|
|
|
#ifndef LLARP_ETH_PROTO
|
|
#define LLARP_ETH_PROTO (0xD1CE)
|
|
#endif
|
|
|
|
#endif
|