Allow the client to pass a duration of 0 to the server. (#648)
Seems to fix #645.
Этот коммит содержится в:
родитель
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)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user