You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/constants/proto.hpp

17 lines
261 B
C++

6 years ago
#ifndef LLARP_PROTO_HPP
#define LLARP_PROTO_HPP
6 years ago
#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
6 years ago
#endif