Strategies for the send protocol
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