docs(repo): add p2p architecture details in layout (#295)

* remove net/p2p docs as it only contains anchor currently, which is
   not integrated
This commit is contained in:
Dan Cline
2022-11-30 07:06:22 -05:00
committed by GitHub
parent 267b857a8f
commit 69b2adab1a

View File

@ -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].