Enum Class EOS_ERelayControl

java.lang.Object
java.lang.Enum<EOS_ERelayControl>
host.anzo.eossdk.eos.sdk.p2p.enums.EOS_ERelayControl
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable, Comparable<EOS_ERelayControl>, Constable

public enum EOS_ERelayControl extends Enum<EOS_ERelayControl> implements com.sun.jna.NativeMapped
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.
Connections between clients using Incompatible settings may succeed in limited scenarios but should be treated as though they will consistently fail.

TypeEOS_RC_NoRelaysEOS_RC_AllowRelays (Default)EOS_RC_ForceRelays
EOS_RC_NoRelaysCompatibleCompatibleIncompatible
EOS_RC_AllowRelays (Default)CompatibleCompatibleCompatible
EOS_RC_ForceRelaysIncompatibleCompatibleCompatible
Since:
8/21/2023