-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Local::EnableRelays
Karel Donk edited this page Jun 10, 2018
·
2 revisions
Enables relayed connections 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.
Result<> EnableRelays() noexcept;
Returns a QuantumGate::Result
object equal to one of the following QuantumGate::ResultCode
s:
Value | Description |
---|---|
QuantumGate::ResultCode::Succeeded |
The operation succeeded. |
QuantumGate::ResultCode::Failed |
The operation failed. |
QuantumGate::ResultCode::FailedNotRunning |
The operation failed because the QuantumGate instance wasn't running. |