Properly setting the no_fq_socket_pacing option when support for it is not compiled in. (#459)
Этот коммит содержится в:
родитель
099244ec68
Коммит
14caac895c
@ -1843,6 +1843,10 @@ iperf_defaults(struct iperf_test *testp)
|
|||||||
testp->stats_interval = testp->reporter_interval = 1;
|
testp->stats_interval = testp->reporter_interval = 1;
|
||||||
testp->num_streams = 1;
|
testp->num_streams = 1;
|
||||||
|
|
||||||
|
#if ! defined(HAVE_SO_MAX_PACING_RATE)
|
||||||
|
testp->no_fq_socket_pacing = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
testp->settings->domain = AF_UNSPEC;
|
testp->settings->domain = AF_UNSPEC;
|
||||||
testp->settings->unit_format = 'a';
|
testp->settings->unit_format = 'a';
|
||||||
testp->settings->socket_bufsize = 0; /* use autotuning */
|
testp->settings->socket_bufsize = 0; /* use autotuning */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user