mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
kick
This commit is contained in:
parent
2405d36d33
commit
7568b71893
2
external/oxen-libquic
vendored
2
external/oxen-libquic
vendored
@ -1 +1 @@
|
||||
Subproject commit 69e577ffd788e85091eaf9ecde9b3ec2e00727ea
|
||||
Subproject commit ad8904debc55f9495667e8571ee5bb963156d54e
|
@ -135,7 +135,7 @@ 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) {
|
||||
s->register_command("bfetch_rcs"s, [this, rid](oxen::quic::message m) {
|
||||
_router.loop()->call(
|
||||
[this, msg = std::move(m)]() mutable { handle_fetch_bootstrap_rcs(std::move(msg)); });
|
||||
});
|
||||
@ -385,7 +385,7 @@ namespace llarp
|
||||
ep.connid_map.emplace(scid, rid);
|
||||
auto [itr, b] = ep.conns.emplace(rid, nullptr);
|
||||
|
||||
auto control_stream = ci.template get_new_stream<oxen::quic::BTRequestStream>();
|
||||
auto control_stream = ci.get_stream<oxen::quic::BTRequestStream>(0);
|
||||
itr->second = std::make_shared<link::Connection>(ci.shared_from_this(), control_stream, rc);
|
||||
log::critical(logcat, "Successfully configured inbound connection fom {}; storing RC...", rid);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user