Skip to content
Snippets Groups Projects
Commit f955e547 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #4894 from vjpai/qps_localhost

Use wildcard address by default in QPS driver
parents b851c11d 57ecf766
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ static void QpsDriver() {
ServerConfig server_config;
server_config.set_server_type(server_type);
server_config.set_host("localhost");
server_config.set_host("::"); // Use the wildcard server address
server_config.set_async_server_threads(FLAGS_async_server_threads);
if (FLAGS_secure_test) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment