Skip to content

Commit 5e78f3f

Browse files
author
Kate Osborn
committed
KeepAliveTimeout -> ClientKeepAliveTimeout
1 parent 079a900 commit 5e78f3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/proposals/client-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ type ClientKeepAlive struct {
125125
// +optional
126126
Time *Duration `json:"time,omitempty"`
127127

128-
// Timeout defines the keep-alive timeouts.
128+
// Timeout defines the keep-alive timeouts for clients.
129129
// +optional
130-
Timeout *KeepAliveTimeout `json:"timeout,omitempty"`
130+
Timeout *ClientKeepAliveTimeout `json:"timeout,omitempty"`
131131
}
132132

133-
// KeepAliveTimeout defines the timeouts related to keep-alive client connections.
134-
type KeepAliveTimeout struct {
133+
// ClientKeepAliveTimeout defines the timeouts related to keep-alive client connections.
134+
type ClientKeepAliveTimeout struct {
135135
// Server sets the timeout during which a keep-alive client connection will stay open on the server side.
136136
// The zero value disables keep-alive client connections.
137137
// +optional

0 commit comments

Comments
 (0)