lokinet/include/llarp/link_layer.hpp
Jeff Becker 5dfcd60df1
more
2018-09-06 16:31:58 -04:00

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