Vixen
02b45cc4
csharp
public sealed class GateOptions

What this gate is, and what it will do.

Read the guide page for this →

Fields and properties (9)

  • public RealmVersion Version

    The fleet's target build and content hash. ADR-022's filter, from the client's side.

  • public string Content

    Where the catalog is published, for the addressable update.

  • public string Region

    The latency zone this gate places into.

  • public IList<string> Maps

    Which maps a client may ask for. Empty means any.

  • public TimeSpan SessionLifetime

    How long a session token lasts.

  • public TimeSpan TicketLifetime

    How long a minted TransferTicket stays good.

  • public TimeSpan StartingRetry

    What to tell a client to wait when a shard is coming up.

  • public int CharactersPerAccount

    How many characters an account may have.

  • public TimeSpan StreamKeepAlive

    How 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