aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/protocols/protocol.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-02-191-0/+14
| | | | (cherry picked from commit bbd120354a8d226b446591eeda9f9462cb9b690a)
* p2p/protocols: fix minor comments typo (#18185)Liang Ma2018-11-271-1/+1
|
* p2p accounting (#17951)holisticode2018-10-261-0/+30
| | | | | | | | | | | | | | | | | | | | * p2p/protocols: introduced protocol accounting * p2p/protocols: added TestExchange simulation * p2p/protocols: add accounting simulation * p2p/protocols: remove unnecessary tests * p2p/protocols: comments for accounting simulation * p2p/protocols: addressed PR comments * p2p/protocols: finalized accounting implementation * p2p/protocols: removed unused code * p2p/protocols: addressed @nonsense PR comments
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-8/+81
| | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured
* swarm: network rewrite mergeethersphere2018-06-221-0/+7
|
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-0/+4
| | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
* p2p/protocols, p2p/testing: protocol abstraction and testingzelig2018-01-181-0/+311