OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Attributes | List of all members
OpenSim.Server.Base.ProtocolVersions Class Reference

Static Public Attributes

static readonly int ClientProtocolVersionMin = 1
 
static readonly int ClientProtocolVersionMax = 1
 
static readonly int ServerProtocolVersionMin = 1
 
static readonly int ServerProtocolVersionMax = 1
 

Detailed Description

Definition at line 30 of file ProtocolVersions.cs.

Member Data Documentation

readonly int OpenSim.Server.Base.ProtocolVersions.ClientProtocolVersionMax = 1
static

Definition at line 50 of file ProtocolVersions.cs.

readonly int OpenSim.Server.Base.ProtocolVersions.ClientProtocolVersionMin = 1
static

This is the external protocol versions. It is separate from the OpenSimulator project version.

These version numbers should be increased by 1 every time a code change in the Service.Connectors and Server.Handlers, espectively, makes the previous OpenSimulator revision incompatible with the new revision.

Changes which are compatible with an older revision (e.g. older revisions experience degraded functionality but not outright failure) do not need a version number increment.

Having this version number allows the grid service to reject connections from regions running a version of the code that is too old.

Definition at line 49 of file ProtocolVersions.cs.

readonly int OpenSim.Server.Base.ProtocolVersions.ServerProtocolVersionMax = 1
static

Definition at line 54 of file ProtocolVersions.cs.

readonly int OpenSim.Server.Base.ProtocolVersions.ServerProtocolVersionMin = 1
static

Definition at line 53 of file ProtocolVersions.cs.


The documentation for this class was generated from the following file: