Function ockam_node::debugger::log_incoming_message

source ยท
pub fn log_incoming_message(_receiving_ctx: &Context, _relay_msg: &RelayMessage)
Expand description

Log incoming message traffic

This debug function builds a map of message traffic within a node.

Useful for:

  1. Figuring out the minimal set of access control rules for nodes to communicate to each other.
  2. Understanding the ockam source code.