Skip to content

QuantumGate::Local::AreRelaysEnabled

Karel Donk edited this page Dec 10, 2019 · 2 revisions

Returns whether relayed connections are enabled for the instance. When relayed connections are enabled the instance can connect to other peers via relays, and can itself participate as a relay for other peers.

Signature

bool AreRelaysEnabled() const noexcept;

Return values

Returns true if relays are enabled and false if not.

Clone this wiki locally