From b2900fd710cacca5ee534a39d927c2a825fdc442 Mon Sep 17 00:00:00 2001 From: Malte Date: Wed, 4 Oct 2017 02:09:30 +0200 Subject: [PATCH] Delete outdated comment This comment became outdated with cba8584b2 --- src/iperf_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iperf_api.c b/src/iperf_api.c index a4ee8a6..e09593a 100755 --- a/src/iperf_api.c +++ b/src/iperf_api.c @@ -1326,7 +1326,6 @@ iperf_create_send_timers(struct iperf_test * test) sp->green_light = 1; if (test->settings->rate != 0) { 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); if (sp->send_timer == NULL) { i_errno = IEINITTEST;