Merge branch 'refactor-hotpath' into refactor-hotpath-next

# Conflicts:
#	src/node/bloom.rs
#	src/node/handlers/handshake.rs
This commit is contained in:
Johnathan Corgan
2026-05-28 21:21:12 +00:00
13 changed files with 1016 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ pub(crate) mod encrypt_worker;
mod handlers;
mod lifecycle;
mod rate_limit;
pub(crate) mod reject;
mod retry;
mod routing_error_rate_limit;
pub(crate) mod session;