Skip to content

Networking

Loong edited this page Nov 1, 2019 · 6 revisions

Hyperdrive exposes a simple networking interface that must be implemented by the user. It assumes that broadcasting a message to the network will eventually result in all network participants seeing the message. However, it does not assume that the latency of this broadcast is known. This is important, because is no way to know how much work happens between Hyperdrive initiating a broadcast and the broadcast actually happening.

Clone this wiki locally