proxy.golang.org : github.com/anacrolix/dht/v2 : v2.10.5
Package dht implements a Distributed Hash Table (DHT) part of the BitTorrent protocol, as specified by BEP 5: http://www.bittorrent.org/beps/bep_0005.html BitTorrent uses a "distributed hash table" (DHT) for storing peer contact information for "trackerless" torrents. In effect, each peer becomes a tracker. The protocol is based on Kademila DHT protocol and is implemented over UDP. Please note the terminology used to avoid confusion. A "peer" is a client/server listening on a TCP port that implements the BitTorrent protocol. A "node" is a client/server listening on a UDP port implementing the distributed hash table protocol. The DHT is composed of nodes and stores the location of peers. BitTorrent clients include a DHT node, which is used to contact other nodes in the DHT to get the location of peers to download from using the BitTorrent protocol. Standard use involves creating a Server, and calling Announce on it with the details of your local torrent client and infohash of interest.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/anacrolix/dht/v2@v2.10.5
Published:
Indexed:
- github.com/alexflint/go-arg v1.3.0
- github.com/alexflint/go-scalar v1.0.0
- github.com/anacrolix/chansync v0.1.0
- github.com/anacrolix/confluence v1.8.0
- github.com/anacrolix/envpprof v1.1.1
- github.com/anacrolix/log v0.9.0
- github.com/anacrolix/missinggo v1.3.0
- github.com/anacrolix/missinggo/perf v1.0.0
- github.com/anacrolix/missinggo/v2 v2.5.2
- github.com/anacrolix/multiless v0.1.1-0.20210529082330-de2f6cf29619
- github.com/anacrolix/stm v0.3.0-alpha
- github.com/anacrolix/sync v0.4.0
- github.com/anacrolix/tagflag v1.3.0
- github.com/anacrolix/torrent v1.30.2
- github.com/benbjohnson/immutable v0.3.0
- github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
- github.com/davecgh/go-spew v1.1.1
- github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
- github.com/dustin/go-humanize v1.0.0
- github.com/edsrzf/mmap-go v1.0.0
- github.com/frankban/quicktest v1.11.3
- github.com/google/go-cmp v0.5.4
- github.com/huandu/xstrings v1.3.2
- github.com/kr/pretty v0.2.1
- github.com/kr/text v0.1.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rs/dnscache v0.0.0-20210201191234-295bba877686
- github.com/spaolacci/murmur3 v1.1.0
- github.com/stretchr/testify v1.7.0
- github.com/willf/bitset v1.1.11
- github.com/willf/bloom v2.0.3+incompatible
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c