update ProtocolVersions
parent
a5aef4024d
commit
ac6625f7b0
|
@ -46,11 +46,11 @@ namespace OpenSim.Server.Base
|
||||||
/// </value>
|
/// </value>
|
||||||
|
|
||||||
// The range of acceptable servers for client-side connectors
|
// The range of acceptable servers for client-side connectors
|
||||||
public readonly static int ClientProtocolVersionMin = 0;
|
public readonly static int ClientProtocolVersionMin = 1;
|
||||||
public readonly static int ClientProtocolVersionMax = 0;
|
public readonly static int ClientProtocolVersionMax = 1;
|
||||||
|
|
||||||
// The range of acceptable clients in server-side handlers
|
// The range of acceptable clients in server-side handlers
|
||||||
public readonly static int ServerProtocolVersionMin = 0;
|
public readonly static int ServerProtocolVersionMin = 1;
|
||||||
public readonly static int ServerProtocolVersionMax = 0;
|
public readonly static int ServerProtocolVersionMax = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue