Commit 2e72cdb7 authored by Alex Mohr's avatar Alex Mohr

Merge pull request #12173 from ArtfulCoder/udp_timeout

Auto commit by PR queue bot
parents b2805499 4bbecea4
...@@ -256,7 +256,7 @@ func (proxier *Proxier) addServiceOnPort(service ServicePortName, protocol api.P ...@@ -256,7 +256,7 @@ func (proxier *Proxier) addServiceOnPort(service ServicePortName, protocol api.P
} }
// How long we leave idle UDP connections open. // How long we leave idle UDP connections open.
const udpIdleTimeout = 10 * time.Second const udpIdleTimeout = 1 * time.Second
// OnUpdate manages the active set of service proxies. // OnUpdate manages the active set of service proxies.
// Active service proxies are reinitialized if found in the update set or // Active service proxies are reinitialized if found in the update set or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment