mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-17 01:38:16 -05:00
We were trying to be clever and respect TCP's notion of half-open sockets, but it causes leaks when we can't unblock io.Copy(). This fixes those leaks and seems to follow most expectations. I think we were just be too clever. |
||
|---|---|---|
| .. | ||
| loadbalancer.go | ||
| port_allocator.go | ||
| port_allocator_test.go | ||
| proxier.go | ||
| proxier_test.go | ||
| proxysocket.go | ||
| rlimit.go | ||
| rlimit_windows.go | ||
| roundrobin.go | ||
| roundrobin_test.go | ||
| udp_server.go | ||