broadcast

open suspend override fun broadcast(payload: ByteArray)

Send to all other peers. Suspends until accepted by the local transport.

A payload over maxPayloadBytes is dropped, not reported — this call is best-effort, and its most common caller is a timer-driven replication loop that a throw would kill. Read the budget and size to it; sendTo is the call that tells you.

A send failure must not be reported as a cancellation — see sendTo.