Skip to content

Strategies for the send protocol

DISSOUBRAY Nathan requested to merge send_strategy into master

Description

This builds on top of the previous block-per-block exchange protocol by taking a list of blocks and allowing the choice of which peer to send each block to based on a strategy.

We implement two strategies on the trait, which are Random and Round-Robin.

Edited by DISSOUBRAY Nathan

Merge request reports