Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connections & upgrading #168

Merged
merged 19 commits into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ expected lifecycle and document formatting.

### Core Abstractions and Types

These specs define abstractions and data types that form the "core" of libp2p
and are used throughout the system.

- [Connections and Upgrading][spec_connections] - Establishing secure,
multiplexed connections between peers, possibly over insecure, single stream transports.
- [Peer Ids and Keys][spec_peerids] - Public key types & encodings, peer id calculation, and
message signing semantics

Expand Down Expand Up @@ -99,3 +104,4 @@ you feel an issue isn't the appropriate place for your topic, please join our
[spec_secio]: ./secio/README.md
[spec_tls]: ./tls/tls.md
[spec_peerids]: ./peer-ids/peer-ids.md
[spec_connections]: ./connections/README.md
Loading