lokinet/llarp/constants/link_layer.hpp
2019-03-04 11:05:27 -05:00

10 lines
234 B
C++

#ifndef LLARP_LINK_LAYER_HPP
#define LLARP_LINK_LAYER_HPP
#include <util/types.hpp>
#include <stdlib.h>
constexpr size_t MAX_LINK_MSG_SIZE = 8192;
constexpr llarp_time_t DefaultLinkSessionLifetime = 60 * 1000;
#endif