#include "connection.hpp" namespace llarp::link { Connection::Connection( std::shared_ptr& c, std::shared_ptr& s, const RemoteRC& rc) : conn{c}, control_stream{s}, remote_rc{std::move(rc)} {} } // namespace llarp::link