Module veloren_network::api

source ·

Structs

  • Use the Network to create connections to other Participants
  • Participants are generated by the Network and represent a connection to a remote Participant. Look at the connect and connected method of Networks on how to generate Participants
  • Streams represents a channel to send n messages with a certain priority and Promises. messages need always to be send between 2 Streams.
  • All Parameters of a Stream, can be used to generate RawMessages

Enums

Functions

Type Aliases