1
1

Allow the client to pass a duration of 0 to the server. (#648)

Seems to fix #645.
Этот коммит содержится в:
Bruce A. Mah 2017-10-11 11:05:55 -07:00 коммит произвёл GitHub
родитель 25f5947512
Коммит 720a0a3e63

Просмотреть файл

@ -1467,8 +1467,7 @@ send_parameters(struct iperf_test *test)
cJSON_AddNumberToObject(j, "omit", test->omit);
if (test->server_affinity != -1)
cJSON_AddNumberToObject(j, "server_affinity", test->server_affinity);
if (test->duration)
cJSON_AddNumberToObject(j, "time", test->duration);
cJSON_AddNumberToObject(j, "time", test->duration);
if (test->settings->bytes)
cJSON_AddNumberToObject(j, "num", test->settings->bytes);
if (test->settings->blocks)