mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
10 lines
179 B
C++
10 lines
179 B
C++
#pragma once
|
|
|
|
namespace llarp::constants
|
|
{
|
|
/// current network wide protocol version
|
|
// TODO: enum class
|
|
constexpr auto proto_version = 0;
|
|
|
|
} // namespace llarp::constants
|