iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Change iri network gossip to use STING #1795

Open kwek20 opened 4 years ago

kwek20 commented 4 years ago

Description

IRI gossip currently using a single packet. With https://github.com/iotaledger/iri/issues/1794 iri will support split up gossip. We should change our pipeline to make use of this feature.

Motivation

More specific requesting results in less network usage and faster syncing time

Requirements

Open Questions (optional)

How are we handling TipsRequester? (probably remove it)

GalRogozinski commented 4 years ago

We should test with and without tiprequester and decide if we should remove it