// SPDX-License-Identifier: MIT OR Apache-2.0
use Display;
/// mDNS discovery mode.
///
/// By default this is set to "passive" and we are not actively advertising our endpoint
/// address to the local-area network.
///
/// This default is chosen to prioritize privacy and security, choose "active" mode only if you
/// can trust that leaking your address and public key on local-area networks is safe for the
/// users.