mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user