Skip to content

Commit

Permalink
mv dos doc to components + edits
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Oct 17, 2022
1 parent 12fa4fa commit cab81a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "DoS Mitigation"
weight: 2
weight: 11
pre: '<i class="fas fa-fw fa-book"></i> <b> </b>'
chapter: true
aliases: /reference/dos-mitigation/
summary: DoS mitigation is an essential part of any peer-to-peer application. Learn how to design protocols to be resilient to malicious peers.
---

Expand Down
4 changes: 2 additions & 2 deletions content/concepts/multiplex/yamux.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ summary: yamux is a multiplexing protocol designed by Hashicorp.
# yamux

[yamux](https://github.com/hashicorp/yamux) is a multiplexing protocol designed by [Hashicorp](https://www.hashicorp.com/).

yamux offers more sophisticated flow control than mplex, and can scale to thousands of multiplexed streams over a single connection.
yamux offers more sophisticated flow control than mplex, and can scale to thousands of multiplexed streams over a single
connection.

{{% notice "note" %}}
This section is incomplete, and many of the articles are stubs. To help fill in
Expand Down
7 changes: 1 addition & 6 deletions content/concepts/secure-comm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Before two peers can transmit data, the communication channel they established
with a transport protocol should be secure. A transport protocol like QUIC provides
security guarantees out-of-the-box, but other transports in libp2p do not provide the
logic to secure their channel. This requires an upgrade to the transport using an upgrader.
Security is always established first over the raw connection.

{{% notice "info" %}}
Several security protocols are supported in libp2p for encryption, the two primary
ones being Noise and TLS 1.3.
{{% /notice %}}
Security is always established first over the raw connection.

{{% children description="true"%}}

0 comments on commit cab81a6

Please sign in to comment.