Scout: Securely Locate Peers Without Central Servers
blog.bittorrent.com
Scout: Securely Locate Peers Without Central Servers
1–10 of 24 posts
Re: Scout: Securely Locate Peers Without Central Servers
#2Re: Scout: Securely Locate Peers Without Central Servers
#3Re: Scout: Securely Locate Peers Without Central Servers
#4Re: Scout: Securely Locate Peers Without Central Servers
#5IPFS should be looking at this. They had a number of NAT traversal issues this might help with.
(A pretty cool approach to circumventing NAT issues is a proper routed overlay network, which we plan to implement in libp2p soon: https://github.com/ipfs/notes/issues/143)
Re: Scout: Securely Locate Peers Without Central Servers
#6Oh, I wonder if this means that Bittorrent Inc's own clients (e.g. uTorrent) are helping maintaining the DHT store by default now.
Re: Scout: Securely Locate Peers Without Central Servers
#7Oh, I wonder if this means that Bittorrent Inc's own clients (e.g. uTorrent) are helping maintaining the DHT store by default now.
uTorrent has implemented BEP44 (storing data in the DHT) for years, as has libtorrent. Those two clients combined make up a large majority of the bittorrent DHT so BEP44 support is quite reliable now.
Re: Scout: Securely Locate Peers Without Central Servers
#8Oh, I wonder if this means that Bittorrent Inc's own clients (e.g. uTorrent) are helping maintaining the DHT store by default now.
I'm guessing that your "by default now" may actually be in regards to BitComet and the v0.60 client that upset some folk?
Besides the BEP44 implementation magila mentioned, BitTorrent Inc. also assists with the DHT by operating a public bootstrap server at router.[bittorrent|utorrent].com, and provides the source too: https://github.com/bittorrent/bootstrap-dht
Re: Scout: Securely Locate Peers Without Central Servers
#9IPFS should be looking at this. They had a number of NAT traversal issues this might help with.
IPFS dev here -- judging from a quick look, Scout uses NAT-PMP and UPnP for NAT traversal, so it basically has the same occasional NAT issues as everybody else in the P2P space. By the way, sometimes NAT issues are the fault of routers handed out by ISPs. The quality of these is often less than ideal. (A pretty cool approach to circumventing NAT issues is a proper routed overlay network, which we plan to implement in…
Re: Scout: Securely Locate Peers Without Central Servers
#10How does Scout bootstrap?