• 1 Post
  • 900 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
















  • NAT traversal isn’t seeing any of your data, its just a service to enable clients behind NAT to talk to each other and make a direct connection for data transfer.

    Local Discovery probably uses broadcasts and maybe mDNS to discover other syncthing clients on the same local network.

    Global discovery is essentially a database of clients so they can find each other over the internet. This lets your client connect home when out on your phone and such.

    But all of the actual data transfer is happening directly client to client. As long as relaying is disabled.