OpenSim
|
Static Public Attributes | |
static readonly int | ClientProtocolVersionMin = 1 |
static readonly int | ClientProtocolVersionMax = 1 |
static readonly int | ServerProtocolVersionMin = 1 |
static readonly int | ServerProtocolVersionMax = 1 |
Definition at line 30 of file ProtocolVersions.cs.
|
static |
Definition at line 50 of file ProtocolVersions.cs.
|
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.
|
static |
Definition at line 54 of file ProtocolVersions.cs.
|
static |
Definition at line 53 of file ProtocolVersions.cs.