]> Sergey Matveev's repositories - btrtrc.git/commit
dht.Server: Return valid token from get_peers, and handle incoming announce_peer
authorMatt Joiner <anacrolix@gmail.com>
Sat, 26 Nov 2016 05:14:37 +0000 (16:14 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 26 Nov 2016 05:14:37 +0000 (16:14 +1100)
commit3d043ffc3984c9cfc62abb3e864ccc69052414b1
tree0ea4695c06185f743fbec52f2750018e7f6beeed
parentaa697794ccc64584a0950490fd45523c81f303a1
dht.Server: Return valid token from get_peers, and handle incoming announce_peer

Addresses #133.
dht/dht.go
dht/expvar.go
dht/krpc/msg.go
dht/server.go
dht/tokens.go [new file with mode: 0644]
dht/tokens_test.go [new file with mode: 0644]