From cd433a4f52470f83debcfe436c8be99dcaa43463 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 21 May 2014 17:59:59 +0200 Subject: [PATCH] Remove unneccessary verbage --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index d776335f7..490a6b755 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,6 @@ The two are evolving together; the protocol is not to be considered stable until syncthing 1.0 is released, at which point it is locked down for incompatible changes. -Syncthing does not use the BitTorrent protocol. The reasons for this are -1) we don't know if BitTorrent Sync does either, so there's nothing to -be compatible with, 2) BitTorrent includes a lot of functionality for -making sure large swarms of selfish agents behave and somehow work -towards a common goal. Here we have a much smaller swarm of cooperative -agents and a simpler approach will suffice. - Getting Started ---------------