Module outbox

Module outbox 

Source
Expand description

This module contains outbox-related logic for the synchronization engine.

It handles the direct sending of messages, forwarding to mailboxes, and retrying failed message deliveries.

Modulesยง

direct ๐Ÿ”’
This module contains logic for directly retrying messages in the outbox for a specific peer.
forward ๐Ÿ”’
retry ๐Ÿ”’
This module contains logic for retrying the delivery of messages in the outbox.