aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/peer.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm/network/stream: disambiguate chunk delivery messages (retrieval… ↵holisticode2018-10-211-6/+23
| | | | | | | | | | (#17920) * swarm/network/stream: disambiguate chunk delivery messages (retrieval vs syncing) * swarm/network/stream: addressed PR comments * swarm/network/stream: stream protocol version change due to new message types in this PR
* swarm/network/stream: generalise setting of next batch (#17818)Viktor Trón2018-10-121-4/+9
| | | | | | | | * swarm/network/stream: generalize SetNextBatch and add Server SessionIndex * swarm/network/stream: fix a typo in comment * swarm/network/stream: remove live argument from NewSwarmSyncerServer
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-251-1/+1
|\
| * all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
| | | | | | | | | | | | * swarm: fixed comment typo * eth: fixed comment typo * cmd/puppeth: fixed comment typo
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-241-0/+11
|/
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-131-9/+42
| | | | | | Co-authored-by: Janos Guljas <janos@resenje.org> Co-authored-by: Balint Gabor <balint.g@gmail.com> Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by: Viktor Trón <viktor.tron@gmail.com>
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-7/+33
| | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured
* swarm: network rewrite mergeethersphere2018-06-221-0/+328