Skip to content

Commit

Permalink
feat: rlpx multiplexing (paradigmxyz#5413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 22, 2023
1 parent 5e2affb commit 3598a23
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 61 deletions.
4 changes: 4 additions & 0 deletions crates/net/eth-wire/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ mod disconnect;
pub mod errors;
mod ethstream;
mod hello;
pub mod multiplex;
mod p2pstream;
mod pinger;
pub mod protocol;
pub use builder::*;
pub mod types;
pub use types::*;

#[cfg(test)]
pub mod test_utils;

#[cfg(test)]
pub use tokio_util::codec::{
LengthDelimitedCodec as PassthroughCodec, LengthDelimitedCodecError as PassthroughCodecError,
Expand Down
Loading

0 comments on commit 3598a23

Please sign in to comment.