From 61c0db1ecf05c813644bb5babe87e1fda35dd500 Mon Sep 17 00:00:00 2001 From: kc1212 Date: Tue, 24 Nov 2015 00:03:42 +0100 Subject: [PATCH] Missing lib/protocol in source layout Not sure whether the description is correct. --- dev/intro.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/intro.rst b/dev/intro.rst index b3be0ab9b..bc49d2165 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -123,6 +123,9 @@ lib/ rc/ Remote controls a Syncthing process over the REST API. + protocol/ + Implementation of the BEP protocol. + scanner/ Looks for changes to files and hashes them as appropriate.