Transport modules are currently invisible to normal modules (they have no ID and cannot be sent messages). They're visible only to the message manager. They do not have normal mailboxes, instead they're responsible for defining their own send queue. The UDP transport module for example has a queue size of 1.
The queue size for transport modules should be configurable. We should make a convention for this, or look into maybe giving them special mailboxes in message manager.
Transport modules are currently invisible to normal modules (they have no ID and cannot be sent messages). They're visible only to the message manager. They do not have normal mailboxes, instead they're responsible for defining their own send queue. The UDP transport module for example has a queue size of 1.
The queue size for transport modules should be configurable. We should make a convention for this, or look into maybe giving them special mailboxes in message manager.