Module veloren_network_protocol::handshake
source · Traits§
- Implement this for auto Handshake with
ReliableSink
. You must make sure that EVERY message send this way actually is received on the receiving site: - Implement this for auto Handshake with
ReliableDrain
. SeeReliableDrain
.