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

network: Udp socket implementation. #5108

Merged
merged 9 commits into from
Dec 1, 2018

Commits on Nov 26, 2018

  1. UDP socket implementation.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    22c6319 View commit details
    Browse the repository at this point in the history
  2. Added templatized protocol specific socket options.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    70c6131 View commit details
    Browse the repository at this point in the history
  3. Add parts of PR envoyproxy#5115 into PR envoyproxy#5108.

    Signed-off-by: Michael Warres <mpw@google.com>
    
    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    mpwarres authored and conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    070ca04 View commit details
    Browse the repository at this point in the history
  4. Modified listen_socket_impl_test to use templates.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    43b7538 View commit details
    Browse the repository at this point in the history
  5. Reverted changes to proxy_protocol_test.cc.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    117f47f View commit details
    Browse the repository at this point in the history
  6. Renamed s/setProtocolSpecificSocketOptions/setPrebindSocketOptions.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a994a45 View commit details
    Browse the repository at this point in the history
  7. Changed TODO ownership s/Jojy/conqerAtapple

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    cf11020 View commit details
    Browse the repository at this point in the history
  8. Changed Tcp/Udp/Unix scheme test to use startsWith.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    dbb25c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Changed template parameter name s/S/Type.

    Signed-off-by: Jojy G Varghese <jojy_varghese@apple.com>
    conqerAtapple committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    bb4f7a9 View commit details
    Browse the repository at this point in the history