It might be experimental

pull/22745/head
Lidi Zheng 5 years ago
parent 6c2542150c
commit dc3eb43ae6
  1. 10
      doc/python/sphinx/glossary.rst

@ -42,8 +42,8 @@ Glossary
channel_arguments channel_arguments
A list of key-value pairs to configure the underlying gRPC Core channel or A list of key-value pairs to configure the underlying gRPC Core channel or
server object. Channel arguments are meant for advanced usages. Full list server object. Channel arguments are meant for advanced usages and contain
channel arguments can be found under the "grpc_arg_keys" section of experimental API. Full list channel arguments can be found under the
"grpc_types.h" header file (|grpc_types_link|). For example, if you want to "grpc_arg_keys" section of "grpc_types.h" header file (|grpc_types_link|).
disable TCP port reuse, you may construct channel arguments like: ``options For example, if you want to disable TCP port reuse, you may construct
= (('grpc.so_reuseport', 0),)``. channel arguments like: ``options = (('grpc.so_reuseport', 0),)``.

Loading…
Cancel
Save