This commit is contained in:
Jakob Borg 2013-12-24 11:53:24 -05:00
parent fc4b23fbc6
commit 3dc199d8df
1 changed files with 6 additions and 9 deletions

View File

@ -39,9 +39,10 @@ The following features are _currently implemented and working_:
* Static configuration of cluster nodes.
* Automatic discovery of cluster nodes on the local network. See
[discover.go](https://github.com/calmh/syncthing/blob/master/discover/discover.go)
for the protocol specification.
* Automatic discovery of cluster nodes. See [discover.go][discover.go]
for the protocol specification. Discovery on the LAN is performed by
broadcasts, Internet wide discovery is performed with the assistance
of a global server.
* Handling of deleted files. Deletes can be propagated or ignored per
client.
@ -61,12 +62,6 @@ the future:
* Syncing multiple directories from the same syncthing instance.
* Automatic remote node discovery using a DHT. This is not technically
very difficult but requires one or more globally reachable root
nodes. This is open for discussion -- perhaps we can piggyback on an
existing DHT, or root nodes need to be established in some other
manner.
* Automatic NAT handling via UPNP. Required for the above, not very
useful without it.
@ -74,6 +69,8 @@ the future:
modification time "wins". The correct behavior in the face of
conflicts is open for discussion.
[discover.go]: (https://github.com/calmh/syncthing/blob/master/discover/discover.go
Security
--------