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

upstream: make upstream_bind_config work in udp upstream #30970

Merged

Commits on Nov 20, 2023

  1. upstream: make upstream_bind_config work in udp upstream

    The existing implementation of UDP upstream did not make use of the
    upstream_bind_config. I modified the UDP Upstream code to check whether
    the bind config is specified and set the local address and socket option
    accordingly.
    
    Signed-off-by: Jeongseok Son <jeongseok.son@gmail.com>
    jeongseokson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9cf96b4 View commit details
    Browse the repository at this point in the history
  2. Fix an issue in the test.

    Signed-off-by: Jeongseok Son <jeongseok.son@gmail.com>
    jeongseokson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0fcfbde View commit details
    Browse the repository at this point in the history
  3. Fix a test.

    Signed-off-by: Jeongseok Son <jeongseok.son@gmail.com>
    jeongseokson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    20cd4e6 View commit details
    Browse the repository at this point in the history