#ifndef LLARP_LINK_LAYER_HPP #define LLARP_LINK_LAYER_HPP #include #include constexpr size_t MAX_LINK_MSG_SIZE = 8192; constexpr llarp_time_t DefaultLinkSessionLifetime = 60 * 1000; constexpr size_t MaxSendQueueSize = 128; #endif