never_respond_policy

Function never_respond_policy 

Source
pub fn never_respond_policy(
    _ctx: &IdentityRequestContext<'_>,
) -> RespondDecision
Expand description

A respond policy that answers nothing.

Lets a node keep a live profile while declining to be discovered. The profile is what unsolicited advertisements are built from, so silencing the responder this way — rather than by uninstalling it — is what keeps the two behaviours independent.