Skip to content

Commit

Permalink
docs(repo): add p2p architecture details in layout (paradigmxyz#295)
Browse files Browse the repository at this point in the history
* remove net/p2p docs as it only contains anchor currently, which is
   not integrated
  • Loading branch information
Rjected authored Nov 30, 2022
1 parent 267b857 commit 69b2ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repo/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ These crates are related to networking (p2p and RPC), as well as networking prot

#### P2P

- [`net/network`](../../crates/net/network): The main P2P networking crate.
- [`net/p2p`](../../crates/net/p2p): Implements the Ethereum P2P protocol.
- [`net/network`](../../crates/net/network): The main P2P networking crate, handling message egress, message ingress, peer management, and session management.
- [`net/eth-wire`](../../crates/net/eth-wire): Implements the `eth` wire protocol and the RLPx networking stack.
- [`net/discv4`](../../crates/net/discv4): An implementation of the [discv4][discv4] protocol
- [`net/ipc`](../../crates/net/ipc): IPC server and client implementation for [`jsonrpsee`][jsonrpsee].

Expand Down

0 comments on commit 69b2ada

Please sign in to comment.