-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Labels
Description
A multiplex connection implements multiple abstract communication channels along a single network connection.
A node maintains a MConnection instance for exchanging messages with each connected peer and each Channel is a (fairly) independent message stream connecting the instances of a reactor running at the node and at the peer.
Definition of Done
- Document the channel abstraction and its relation with reactors
- Document the concept of channel
Priorityand its implementation - Document the
SendandTrySendmethods used to send messages to peers - Overview the logic for sending and receiving messages and packets in a multiplex connection
Reactions are currently unavailable