-
- Downloads
Merge pull request #4325 from ctiller/ping-ping-ping-ping-ping-ping-ping-ping-ping
Ping support for channels
Showing
- BUILD 3 additions, 0 deletionsBUILD
- Makefile 341 additions, 1 deletionMakefile
- binding.gyp 1 addition, 0 deletionsbinding.gyp
- build.yaml 1 addition, 0 deletionsbuild.yaml
- gRPC.podspec 1 addition, 0 deletionsgRPC.podspec
- include/grpc/grpc.h 5 additions, 0 deletionsinclude/grpc/grpc.h
- src/core/channel/client_channel.c 14 additions, 1 deletionsrc/core/channel/client_channel.c
- src/core/client_config/lb_policies/pick_first.c 13 additions, 1 deletionsrc/core/client_config/lb_policies/pick_first.c
- src/core/client_config/lb_policies/round_robin.c 17 additions, 1 deletionsrc/core/client_config/lb_policies/round_robin.c
- src/core/client_config/lb_policy.c 5 additions, 0 deletionssrc/core/client_config/lb_policy.c
- src/core/client_config/lb_policy.h 6 additions, 0 deletionssrc/core/client_config/lb_policy.h
- src/core/client_config/subchannel.c 11 additions, 0 deletionssrc/core/client_config/subchannel.c
- src/core/client_config/subchannel.h 3 additions, 0 deletionssrc/core/client_config/subchannel.h
- src/core/surface/channel_ping.c 79 additions, 0 deletionssrc/core/surface/channel_ping.c
- src/core/transport/chttp2/frame_ping.c 1 addition, 10 deletionssrc/core/transport/chttp2/frame_ping.c
- src/core/transport/chttp2/internal.h 4 additions, 3 deletionssrc/core/transport/chttp2/internal.h
- src/core/transport/chttp2_transport.c 20 additions, 0 deletionssrc/core/transport/chttp2_transport.c
- test/core/bad_client/tests/initial_settings_frame.c 1 addition, 1 deletiontest/core/bad_client/tests/initial_settings_frame.c
- test/core/end2end/gen_build_yaml.py 1 addition, 0 deletionstest/core/end2end/gen_build_yaml.py
- test/core/end2end/tests/channel_ping.c 97 additions, 0 deletionstest/core/end2end/tests/channel_ping.c
Loading
Please register or sign in to comment