danalex97 / Speer

A network discrete event simulator for peer-to-peer network modeling.
MIT License
14 stars 3 forks source link

Broadcast example #39

Closed danalex97 closed 5 years ago

danalex97 commented 5 years ago

Best Effort Broadcast(BEB) is a broadcast in which a peer sends a message towards all the other peers and does not concern itself with the delivery of the message. In general, if the peer crashes halfway during the transmission, the broadcast might not be received by all the other peers(hence best effort). Since we do not model failure yet, this is a reliable broadcast.

This issues aims to add a new example in the examples package with a broadcast mechanism.

Checklist:

Detailed instructions: