mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
99d8f8a2a8a71be88ec5e4e91ba03d251378c8c7
Also update links in readme ToC.
RFC - libp2p
Authors:
Reviewers:
tl;dr; This document presents
libp2p, a modularized and extensible network stack to overcome the networking challenges faced when doing peer-to-peer applications.libp2pis used by IPFS as its networking library.
Abstract
This describes the IPFS network protocol. The network layer provides point-to-point transports (reliable and unreliable) between any two IPFS nodes in the network.
This document defines the spec implemented in libp2p.
Status of this spec
This spec is a Work In Progress (WIP).
Organization of this document
This RFC is organized by chapters described on the Table of contents section. Each of the chapters can be found in its own file.
Table of contents
- 1 Introduction
- 2 An analysis the state of the art in network stacks
- 3 Requirements
- 4 Architecture
- 5 Data structures
- 6 Interfaces
- 7 Properties
- 8 Implementations
- 9 References
Description
Languages
Markdown
100%
