What mump2p Changes About Peer to Peer Gossip
Traditional GossipSub forwards complete messages through a peer mesh.
mump2p keeps that networking foundation but divides each payload into RLNC coded shards.
Peers can forward partial data before reconstructing the full message. They can also recode the shards they receive into new combinations for the next network hop.
A receiver only needs enough independent shards to recover the original payload.
This means redundant paths do not have to carry identical full copies. They can carry different information that still contributes to decoding.
For builders, this is the important change.
mump2p turns peer to peer propagation from full message relay into a progressive data reconstruction pipeline.
@get_optimum@blockchainjeff@aqccapital@ada_pegasus