575 Commits

Author SHA1 Message Date
vyzo
87bbe69a8b router.Publish doesn't need the source, it takes the whole message now 2020-04-18 11:09:06 +03:00
vyzo
75fd8826af backoff when we prune too, refuse to reGRAFT backed off peers 2020-04-18 11:09:06 +03:00
vyzo
56dbe5dc8a increase D_score to 4 2020-04-18 11:09:06 +03:00
vyzo
69e4102a6d correctly implement flood publishing
Only applies to messages that have been published by our own peer!
2020-04-18 11:09:06 +03:00
vyzo
4f6ca1b1b7 implement flood publishing option 2020-04-18 11:09:06 +03:00
vyzo
dc6af4bbe6 keep D peer when pruning for oversubscription 2020-04-18 11:09:06 +03:00
vyzo
712bab2c64 remove peers with negative score from fanout 2020-04-18 11:09:06 +03:00
vyzo
80f3b8c45b hook score into heartbeat maintenance 2020-04-18 11:09:06 +03:00
vyzo
487bbaf09f heartbeat doPX is a more complex decision 2020-04-18 11:09:06 +03:00
vyzo
f9ce661bda filter peers with negative score in initial mesh on join 2020-04-18 11:09:06 +03:00
vyzo
c13e9c07e4 hook peer score into control message handlers 2020-04-18 11:09:06 +03:00
vyzo
7d928697a2 peer score scaffolding 2020-04-18 11:09:06 +03:00
vyzo
455a836d7d hook the tracer for peer scoring 2020-04-18 11:09:06 +03:00
vyzo
c50a739fb5 gomod: use go-libp2p-core@peer-records and go-libp2p-peerstore@certified-addrs 2020-04-18 11:09:06 +03:00
Yusef Napora
9765853bd2 update PR branch dependencies 2020-04-18 11:09:06 +03:00
Yusef Napora
4c804a954a track changes to peer records in -core 2020-04-18 11:09:06 +03:00
vyzo
5c48ff9a4e gomod: use go-libp2p-core@peer-records and go-libp2p-peerstore@certified-addrs 2020-04-18 11:09:06 +03:00
Steven Allen
e2e0d9ee35
fix: fix a busy loop while offline (#278)
If advertising fails, we should wait and retry instead of busy looping.

fixes https://github.com/ipfs/go-ipfs/issues/7049
2020-04-06 23:26:05 -07:00
David Dias
14fab699aa
docs: update readme welcome message 2020-04-05 13:22:28 +01:00
David Dias
d3d43e32be
docs: fix CI badges 2020-03-25 11:24:36 +00:00
David Dias
33e5c23f6b
docs: Tidy up (#271)
* docs: refresh README (badges, toc, license)

* chore: update to permissive license stack

* chore: add lead maintainer info

* docs: update list of files in the README

* docs: update list of files in the README

Co-authored-by: vyzo <vyzo@hackzen.org>
2020-03-25 08:42:05 +00:00
David Dias
f8820b5103
Update label-syncer.yml 2020-03-25 08:08:35 +00:00
David Dias
fd0c4d73c6 chore: update travis config 2020-03-25 09:38:32 +02:00
David Dias
f77b70919a
chore: create label-syncer through action ui 2020-03-24 19:31:07 +00:00
David Dias
8200fafb9b
Delete label-syncer.yml 2020-03-24 19:30:43 +00:00
David Dias
d64910fd15
chore: add the label sync workflow 2020-03-24 16:01:56 +00:00
David Dias
0bfa4f7f12
chore: add libp2p labels 2020-03-24 15:59:45 +00:00
vyzo
7cafd84fa6 gomod tidy 2020-03-24 15:52:34 +02:00
vyzo
946f35c4d4 fix rebase artifacts 2020-03-24 15:52:34 +02:00
vyzo
ce1970d18d don't spawn a goroutine for scheduling connections 2020-03-24 15:52:34 +02:00
vyzo
0dec90571b shuffle peers when limiting px set 2020-03-24 15:52:34 +02:00
vyzo
17fd85f02c add limit to the number of peers to connect to from px 2020-03-24 15:52:34 +02:00
vyzo
f20f93004b connect to peers obtained through px 2020-03-24 15:52:34 +02:00
vyzo
85b455fa50 backoff grafting to peers that have pruned us 2020-03-24 15:52:34 +02:00
vyzo
6b80c4078d peer exchange on prune 2020-03-24 15:52:34 +02:00
vyzo
73af710419 protocol ID for gossipsub v1.1 2020-03-24 15:52:34 +02:00
vyzo
195f86bd90 gomod: use go-libp2p-core@peer-records and go-libp2p-peerstore@certified-addrs 2020-03-24 15:52:34 +02:00
Yusef Napora
559cf91dce renaming in error messages & local var 2020-03-24 15:52:34 +02:00
Yusef Napora
d860620a23 add missing continue to error case 2020-03-24 15:52:34 +02:00
Yusef Napora
23e30d529a fix import & var naming 2020-03-24 15:52:34 +02:00
Yusef Napora
9ad332dd1d update PR branch dependencies 2020-03-24 15:52:34 +02:00
Yusef Napora
919d81fd91 track changes to peer records in -core 2020-03-24 15:52:34 +02:00
vyzo
5b0ec14ea7 don't spawn a goroutine for scheduling connections 2020-03-24 15:52:34 +02:00
vyzo
efb09f2984 shuffle peers when limiting px set 2020-03-24 15:52:34 +02:00
vyzo
e4667b6073 add limit to the number of peers to connect to from px 2020-03-24 15:52:34 +02:00
vyzo
a4c5325665 make connection timeout a variable, set for 30s (instead of 10s) 2020-03-24 15:52:34 +02:00
vyzo
f280c5f705 extend star topology test to assert that no peer is left with a single connection 2020-03-24 15:52:34 +02:00
vyzo
2e7cdebf34 trace peer exchange 2020-03-24 15:52:34 +02:00
vyzo
95d3bbfa1b test prune px with a star topology 2020-03-24 15:52:34 +02:00
vyzo
d118e1d554 connect to peers obtained through px 2020-03-24 15:52:34 +02:00