Merge changes from upstream

pull/650/head
Michael 5 years ago
parent 333b23b59c
commit 8884d0d9d4
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -40,12 +40,6 @@ namespace llarp
PathID_t pathid;
Encrypted< MAX_LINK_MSG_SIZE - 128 > X;
TunnelNonce Y;
<<<<<<< HEAD
=======
RelayDownstreamMessage() = default;
RelayDownstreamMessage(ILinkSession* from);
~RelayDownstreamMessage() = default;
>>>>>>> Move remaining messages around
bool
DecodeKey(const llarp_buffer_t& key, llarp_buffer_t* buf) override;

@ -1,6 +1,7 @@
#include <messages/relay_commit.hpp>
#include <crypto/crypto.hpp>
#include <nodedb.hpp>
#include <path/path_context.hpp>
#include <path/transit_hop.hpp>
#include <router/abstractrouter.hpp>

Loading…
Cancel
Save