1
1

Properly setting the no_fq_socket_pacing option when support for it is not compiled in. (#459)

Этот коммит содержится в:
woody77 2016-09-21 10:21:59 -07:00 коммит произвёл Bruce A. Mah
родитель 099244ec68
Коммит 14caac895c

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

@ -1843,6 +1843,10 @@ iperf_defaults(struct iperf_test *testp)
testp->stats_interval = testp->reporter_interval = 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->unit_format = 'a';
testp->settings->socket_bufsize = 0; /* use autotuning */