1
1

Merge pull request #646 from wmbr/patch-1

Delete outdated comment
Этот коммит содержится в:
Bruce A. Mah 2017-10-04 09:46:30 -07:00 коммит произвёл GitHub
родитель cd5d89d36d b2900fd710
Коммит 2bc3d2ee5d

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

@ -1326,7 +1326,6 @@ iperf_create_send_timers(struct iperf_test * test)
sp->green_light = 1; sp->green_light = 1;
if (test->settings->rate != 0) { if (test->settings->rate != 0) {
cd.p = sp; cd.p = sp;
/* (Repeat every millisecond - arbitrary value to provide smooth pacing.) */
sp->send_timer = tmr_create((struct timeval*) 0, send_timer_proc, cd, test->settings->pacing_timer, 1); sp->send_timer = tmr_create((struct timeval*) 0, send_timer_proc, cd, test->settings->pacing_timer, 1);
if (sp->send_timer == NULL) { if (sp->send_timer == NULL) {
i_errno = IEINITTEST; i_errno = IEINITTEST;