Hi. I try to write a Syncthing implementation in rust (just for the fun of it, nothing wrong with the current Syncthing implementation).
Reading Block Exchange Protocol v1 — Syncthing v1 documentation it states that a ClusterConfig
must not be repeated. How are new folders handled? Suppose I configure a new folder on one device, or share it with a new device, how would the new folder be announced to the other device?
The only way I can think about reading the current specs is that the connection is torn down and re-established.
2 posts - 2 participants