Module reply_manager

Source
Expand description

A mixnode may receive the same request multiple times due to retransmission (see eg request_manager). A ReplyManager can be used to cache replies, to avoid needing to execute requests more than once.

Structsยง

Config
Reply manager configuration.
ReplyContext
Context needed to reply to a request.
ReplyManager
Reply manager state.