From b2e239700925becbf62eab6cf0b166d2be2c38ac Mon Sep 17 00:00:00 2001 From: RadekSabacky Date: Thu, 12 Dec 2024 13:44:57 +0100 Subject: [PATCH] + add header into Packet Mixing docs --- documentation/docs/pages/network/concepts/mixing.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/docs/pages/network/concepts/mixing.mdx b/documentation/docs/pages/network/concepts/mixing.mdx index 387480a8b7..7027182d14 100644 --- a/documentation/docs/pages/network/concepts/mixing.mdx +++ b/documentation/docs/pages/network/concepts/mixing.mdx @@ -1,3 +1,8 @@ +--- +title: Packet Mixing +description: Mixnets are networks of nodes that route traffic in a way that makes it untraceable +--- + # Packet Mixing > Continuous-time mixing strategies ... delay each message independently, forwarding it to its next destination once a specified delay has timed out. The aggregate effect of independently delaying each message is an output sequence of messages that is randomly reordered with respect to the input sequence.