]> Sergey Matveev's repositories - btrtrc.git/commit
Extract request strategy stuff into a separate module
authorMatt Joiner <anacrolix@gmail.com>
Wed, 12 May 2021 23:56:58 +0000 (09:56 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 7 Jun 2021 03:01:39 +0000 (13:01 +1000)
commit0d4e566fc03447ed94988886141f45ee3ba51d6d
treef373804ba0bab805eda30e1ca3dea52e013c4a1a
parent233135493fcbef0d27e1de6e63f3eeba9097b9eb
Extract request strategy stuff into a separate module
client.go
client_test.go
misc.go
piece.go
request-strategy.go
request-strategy/order.go [new file with mode: 0644]
request-strategy/order_test.go [new file with mode: 0644]
request-strategy/peer.go [new file with mode: 0644]
request-strategy/piece.go [new file with mode: 0644]
types/types.go [new file with mode: 0644]