linkerd2/controller/proxy-injector
Vadim Makerov 005a3a470e
Implement providing configuration for TCP_USER_TIMEOUT to linkerd-proxy (#13024)
Default values for 30s will be enough to linux TCP-stack completes about 7 packages retransmissions, after about 7 retransmissions RTO (retransmission timeout) will rapidly grows and does not make much sense to wait for too long.

Setting TCP_USER_TIMEOUT between linkerd-proxy and wild world is enough, since connections to containers in same pod are more stable and reliable

Fixes #13023

Signed-off-by: UsingCoding <extendedmoment@outlook.com>
2024-10-03 16:08:01 +00:00
..
fake Implement providing configuration for TCP_USER_TIMEOUT to linkerd-proxy (#13024) 2024-10-03 16:08:01 +00:00
metrics.go Enable gocritic linting (#7906) 2022-02-17 22:45:25 +00:00
webhook.go chore: Fix whitespace and typos (#12540) 2024-05-02 16:30:51 +01:00
webhook_test.go make group ID configurable (#11924) 2024-05-23 15:54:21 -05:00