Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement providing configuration for TCP_USER_TIMEOUT to linkerd-proxy #13024

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2024

  1. Subject

    Implement providing configuration for LINKERD2_PROXY_INBOUND_ACCEPT_USER_TIMEOUT and LINKERD2_PROXY_OUTBOUND_CONNECT_USER_TIMEOUT to linkerd-proxy. 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 do 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 is more stable and reliable
    
    Fixes linkerd#13023
    
    Signed-off-by: UsingCoding <[email protected]>
    UsingCoding committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e45ac3f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6729d09 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    0bf6759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e219760 View commit details
    Browse the repository at this point in the history