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

Add DSCP value to outgoing HTTP requests #464

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

Commits on Mar 23, 2023

  1. Add DSCP value to outgoing HTTP requests

    Add ability to specify a DSCP value in IPv4/IPv6 header of
    outgoing HTTP requests
    
    Signed-off-by: Gary Lee <gary.lee.ext@ericsson.com>
    garyclee committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    77dedcb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add DSCP value to outgoing HTTP requests

    Replace syscall with golang.org/x/net calls
    
    Signed-off-by: Gary Lee <gary.lee.ext@ericsson.com>
    garyclee committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    831916b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add DSCP value to outgoing HTTP requests

    Remove whitespace
    
    Signed-off-by: Gary Lee <gary.lee.ext@ericsson.com>
    garyclee committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5fc589b View commit details
    Browse the repository at this point in the history