csharp
public sealed class GateOptionsWhat this gate is, and what it will do.
Fields and properties (9)
public RealmVersion VersionThe fleet's target build and content hash. ADR-022's filter, from the client's side.
public string ContentWhere the catalog is published, for the addressable update.
public string RegionThe latency zone this gate places into.
public IList<string> MapsWhich maps a client may ask for. Empty means any.
public TimeSpan SessionLifetimeHow long a session token lasts.
public TimeSpan TicketLifetimeHow long a minted TransferTicket stays good.
public TimeSpan StartingRetryWhat to tell a client to wait when a shard is coming up.
public int CharactersPerAccountHow many characters an account may have.
public TimeSpan StreamKeepAliveHow often the service-plane socket says something, so a proxy does not close it.
Used by (4)
- GateEndpointsVixen.Live.Gate
- GateHostVixen.Live.Gate
- GateServiceVixen.Live.Gate
- GateServiceTestsVixen.Live.Gate.Tests