kubo/p2p
Juan Batiz-Benet 91a79bc203 ratelimiter: fixing rate limiter use
Use of the ratelimiter should be conscious of the ratelimiter's
potential closing. any loops that add work to ratelimiter
should (a) only do so if the rate limiter is not closed,
or (b) prevent limiter while work is added
(i.e. use limiter.Go(addWorkHere))
2015-02-06 10:59:03 -08:00
..
crypto p2p/crypto/secio: dont bother user with mac errs. 2015-02-02 21:05:33 -08:00
host AddrManager: use addr manager with smarter TTLs 2015-02-02 21:04:14 -08:00
nat p2p/nat: make nat mappings closable by client 2015-01-30 20:37:53 -08:00
net ratelimiter: fixing rate limiter use 2015-02-06 10:59:03 -08:00
peer p2p/protocol/identity: smarter tracking observed addrs 2015-02-05 10:15:16 -08:00
protocol p2p/protocol/identity: smarter tracking observed addrs 2015-02-05 10:15:16 -08:00
test logs: removed all log.Errors unhelpful to users 2015-02-03 01:06:07 -08:00