use renamed function in test for cheking so_reuseport

pull/15020/head
Dan Zhang 7 years ago
parent 8c2314093b
commit 8bd239551a
  1. 2
      test/core/iomgr/udp_server_test.cc

@ -362,7 +362,7 @@ static void test_receive(int number_of_clients) {
int main(int argc, char** argv) {
grpc_test_init(argc, argv);
grpc_init();
if (grpc_support_socket_reuse_port()) {
if (grpc_is_socket_reuse_port_supported()) {
g_num_listeners = 10;
}
{

Loading…
Cancel
Save