Loading kinetic.proto +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ option java_outer_classname = "Kinetic"; // the protocol version number by building this message // and then reading the value. message Local { optional string protocolVersion = 1 [default = "3.1.0"]; optional string protocolVersion = 1 [default = "3.1.1"]; } // THe message is an authorization and command bytes. Loading Loading @@ -579,6 +579,8 @@ message Command { optional uint32 maxPinSize = 11; optional uint32 maxOperationCountPerBatch = 12; optional uint32 maxBatchCountPerDevice = 13; optional uint32 maxBatchSize = 14; optional uint32 maxDeletesPerBatch = 15; } // The Device GetLog message is to ask the device to send back the Loading Loading
kinetic.proto +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ option java_outer_classname = "Kinetic"; // the protocol version number by building this message // and then reading the value. message Local { optional string protocolVersion = 1 [default = "3.1.0"]; optional string protocolVersion = 1 [default = "3.1.1"]; } // THe message is an authorization and command bytes. Loading Loading @@ -579,6 +579,8 @@ message Command { optional uint32 maxPinSize = 11; optional uint32 maxOperationCountPerBatch = 12; optional uint32 maxBatchCountPerDevice = 13; optional uint32 maxBatchSize = 14; optional uint32 maxDeletesPerBatch = 15; } // The Device GetLog message is to ask the device to send back the Loading