diff --git a/dbtesterpb/message.proto b/dbtesterpb/message.proto index af29c568..6ef3c930 100644 --- a/dbtesterpb/message.proto +++ b/dbtesterpb/message.proto @@ -35,6 +35,9 @@ message Request { DatabaseID DatabaseID = 3; string DatabaseTag = 4; + // PeerIPsString encodes a list of endpoints in string + // because Protocol Buffer does not have a list or array datatype + // which is ordered. 'repeated' does not guarantee the ordering. string PeerIPsString = 5; uint32 IPIndex = 6;