mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
clientv3: Fix comment for DialKeepAliveTime and DialKeepAliveTimeout
This commit is contained in:
parent
7e79c257ca
commit
e18afc462b
@ -33,11 +33,11 @@ type Config struct {
|
|||||||
// DialTimeout is the timeout for failing to establish a connection.
|
// DialTimeout is the timeout for failing to establish a connection.
|
||||||
DialTimeout time.Duration `json:"dial-timeout"`
|
DialTimeout time.Duration `json:"dial-timeout"`
|
||||||
|
|
||||||
// DialKeepAliveTime is the time in seconds after which client pings the server to see if
|
// DialKeepAliveTime is the time after which client pings the server to see if
|
||||||
// transport is alive.
|
// transport is alive.
|
||||||
DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"`
|
DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"`
|
||||||
|
|
||||||
// DialKeepAliveTimeout is the time in seconds that the client waits for a response for the
|
// DialKeepAliveTimeout is the time that the client waits for a response for the
|
||||||
// keep-alive probe. If the response is not received in this time, the connection is closed.
|
// keep-alive probe. If the response is not received in this time, the connection is closed.
|
||||||
DialKeepAliveTimeout time.Duration `json:"dial-keep-alive-timeout"`
|
DialKeepAliveTimeout time.Duration `json:"dial-keep-alive-timeout"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user