From d019906d6d7f0eea9f0664281d0cca1b595195fb Mon Sep 17 00:00:00 2001 From: TudbuT Date: Wed, 17 Aug 2022 09:10:12 +0200 Subject: [PATCH] add mention of croc's peer-to-peer tag --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5e920..60d23c1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ and try again. Many people have mentioned how this is like croc. It isn't, because croc uses a relay that all your data is sent through. This is a bottleneck and also means that the relay admins are responsible for the content that is sent. The relay also buffers a lot of data, meaning its RAM might fill up if the -sender's connection is much faster than the receiver's. +sender's connection is much faster than the receiver's. Croc being tagged "peer-to-peer" is +misleading at best and malicious at worst. ## [Relevant XKCD](https://xkcd.com/949)