# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
BackoffMaxDelay provided maximum delay when backing off after failed connection attempts.
DialTimeout the timeout of create connection.
InitialConnWindowSize we set it 1GB is to provide system's throughput.
InitialWindowSize we set it 1GB is to provide system's throughput.
KeepAliveTime is the duration of time after which if the client doesn't see any activity it pings the server to see if the transport is still alive.
KeepAliveTimeout is the duration of time for which the client waits after having pinged for keepalive check and if no activity is seen even after that the connection is closed.
MaxRecvMsgSize set max gRPC receive message size received from server.
MaxSendMsgSize set max gRPC request message size sent to server.