pull/2232/head
dr7ana 5 months ago
parent 4c3f7dc38d
commit 0b7997ef8f

@ -135,6 +135,11 @@ namespace llarp
[this, msg = std::move(m)]() mutable { handle_gossip_rc(std::move(msg)); });
});
s->register_command("bfetc_rcs"s, [this, rid](oxen::quic::message m) {
_router.loop()->call(
[this, msg = std::move(m)]() mutable { handle_fetch_bootstrap_rcs(std::move(msg)); });
});
for (auto& method : direct_requests)
{
s->register_command(

Loading…
Cancel
Save