]> Sergey Matveev's repositories - btrtrc.git/commit
Make use of IP blocklist and change the client lock to RWMutex
authorMatt Joiner <anacrolix@gmail.com>
Sat, 29 Nov 2014 01:41:53 +0000 (19:41 -0600)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 29 Nov 2014 01:41:53 +0000 (19:41 -0600)
commit17a8b8aa17967ff043720e88a0d20319611f7488
tree8c26ebf2101b35e13688178c63089fc3f0ec5511
parent0e3f7a5520b5a44d3f5e77f9849e1560b760c836
Make use of IP blocklist and change the client lock to RWMutex

The blocklist is loaded through from the file at TORRENT_BLOCKLIST_FILE or
$HOME/.config/torrent/blocklist.
client.go
dht/dht.go