aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf/tensorflow_server.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/protobuf/tensorflow_server.proto')
-rw-r--r--tensorflow/core/protobuf/tensorflow_server.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/protobuf/tensorflow_server.proto b/tensorflow/core/protobuf/tensorflow_server.proto
index be25804a1b..2bf48d50e1 100644
--- a/tensorflow/core/protobuf/tensorflow_server.proto
+++ b/tensorflow/core/protobuf/tensorflow_server.proto
@@ -46,6 +46,6 @@ message ServerDef {
// The protocol to be used by this server.
//
- // Acceptable values include: "grpc".
+ // Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5;
}