This enumerated type is part of the P2P Interface.
Remarks
Setting for controlling whether relay servers are used. Please see the following EOS_ERelayControl value compatibility-chart to better understand how changing this value can affect compatibility between clients with different settings.
EOS_RC_ NoRelays | EOS_RC_ AllowRelays (Default) | EOS_RC_ ForceRelays | |
---|---|---|---|
EOS_RC_NoRelays | Compatible | Compatible | Connection Failure |
EOS_RC_AllowRelays (Default) | Compatible | Compatible | Compatible |
EOS_RC_ForceRelays | Connection Failure | Compatible | Compatible |
Values
EOS_ERelayControl
Enumerated Value | Meaning |
---|---|
EOS_RC_NoRelays | Peer connections will never attempt to use relay servers. Clients with restrictive NATs may not be able to connect to peers. |
EOS_RC_AllowRelays | Peer connections will attempt to use relay servers, but only after direct connection attempts fail. This is the default value if not changed. |
EOS_RC_ForceRelays | Peer connections will only ever use relay servers. This will add latency to all connections, but will hide IP Addresses from peers. |