mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
7 lines
175 B
C++
7 lines
175 B
C++
#ifndef LLARP_LINK_LAYER_HPP
|
|
#define LLARP_LINK_LAYER_HPP
|
|
#include <llarp/link/server.hpp>
|
|
#include <llarp/link/session.hpp>
|
|
constexpr size_t MAX_LINK_MSG_SIZE = 8192;
|
|
#endif
|