]> Sergey Matveev's repositories - btrtrc.git/commit
dht: Make Msg a struct with bencode tags
authorMatt Joiner <anacrolix@gmail.com>
Fri, 23 Oct 2015 01:41:45 +0000 (12:41 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 23 Oct 2015 01:41:45 +0000 (12:41 +1100)
commit99a0813d8872c274f52b6b297a1939f1e99ca5eb
tree740c849a14c8073a7f771c7e957fa51e026696ce
parentde69976bbff50e4b61b9e403b1a8fb73a6e5fc9b
dht: Make Msg a struct with bencode tags
cmd/dht-get-peers/main.go
cmd/dht-ping/main.go
cmd/dht-server/main.go
dht/announce.go
dht/compactNodeInfo.go [new file with mode: 0644]
dht/dht.go
dht/dht_test.go
dht/krpcError.go [new file with mode: 0644]
dht/msg.go [new file with mode: 0644]
util/types.go