Skip to content

Commit

Permalink
Refactoring network into swam, rate limiting and network types
Browse files Browse the repository at this point in the history
  • Loading branch information
ii-cruz authored and hrxi committed Jun 6, 2024
1 parent c2e4d44 commit 35da796
Show file tree
Hide file tree
Showing 5 changed files with 1,642 additions and 1,611 deletions.
2 changes: 2 additions & 0 deletions network-libp2p/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ mod error;
mod network;
#[cfg(feature = "metrics")]
mod network_metrics;
mod network_types;
mod rate_limiting;
mod swarm;

pub const DISCOVERY_PROTOCOL: &str = "/nimiq/discovery/0.0.1";

Expand Down
Loading

0 comments on commit 35da796

Please sign in to comment.