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.
- Reply
Context - Context needed to reply to a request.
- Reply
Manager - Reply manager state.