This commit is contained in:
dr7ana 2023-12-11 08:16:13 -08:00
parent 5f430a392b
commit 238cc3d0da
1 changed files with 5 additions and 0 deletions

View File

@ -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(