Update message.proto

This commit is contained in:
Gyu-Ho Lee 2017-03-02 20:34:48 -08:00 committed by GitHub
parent 673b59db35
commit 79c87edaf6
1 changed files with 3 additions and 0 deletions

View File

@ -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;