Question: how does BTSync work to get through a Firewall

Hi,

i formerly used BTSync, but it hast got some lack of features like Security and flexibility.

But there is one point, that no other Cloudless-Swarm-Sync-Software can provide but BTSync:

It penetrates the firewall like no other , so i can go through many Firewalls and sync over.

How does BTSync achieve this, and how can we implement that into SyncThing ?

thanks

Markus

Two ways - it uses UDP instead of TCP, which is a lot easier to get to work through NAT on both sides of the connection. We should do that, at some point, but there is a significant amount of work required.

The other way is that they send your data through their relay servers. This is obviously never going to happen with syncthing, but you can emulate it by setting up a device that is reachable on the internet. Currently this requires also storing a copy of the data there. There are various issues filed on that already.