encapsulation of net logic in core

This commit is contained in:
2026-03-26 12:13:43 +07:00
parent 6a0eafd2f5
commit cb837c08f2
12 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use tokio::sync::mpsc::{error::SendError, Sender};
use crate::nrxp::frame::FrameType;
pub struct IdGenerator {
struct IdGenerator {
counter: AtomicU32,
}