You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/messages.hpp

18 lines
405 B
C++

#ifndef LLARP_MESSAGES_HPP
#define LLARP_MESSAGES_HPP
/**
include shortcut for all link and routing messages
*/
#include <messages/dht_immediate.hpp>
#include <messages/discard.hpp>
#include <messages/exit.hpp>
#include <messages/link_intro.hpp>
#include <messages/path_confirm.hpp>
#include <messages/relay.hpp>
#include <messages/relay_commit.hpp>
#include <messages/transfer_traffic.hpp>
#endif