Protocol levels of the Helix server
Each release of the Helix server is assigned a server protocol level. Generally, Helix client and server applications are forward and backward compatible. The protocol level is passed between the Helix Server and the client application so that client application requests meet the requirements of the protocol level.
|
|
|
|
Example
When launching a 2006.2 Helix Server with RPC tracing set to level 5 (-vrpc=5), the server protocol level, 22, can be seen in the server2 variable.
p4d -r . -p 1666 -vrpc=5
RpcSendBuffer xfiles = 5
RpcSendBuffer server = 3
RpcSendBuffer server2 = 22
RpcSendBuffer revver = 7
RpcSendBuffer nocase =
Perforce Server starting...
This information is useful when developing applications using the Perforce Helix API.
The server protocol level is not related to the upgrade counter. The upgrade counter refers to changes of the database schema. The server protocol level refers the changes in the RPC.
Your search for returned result(s).