From: Miroslav Lichvar Date: Tue, 3 Jun 2014 15:31:10 +0000 (+0200) Subject: ntp: update comment in get_transmit_delay() X-Git-Tag: 1.30-pre1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f3ebd3b3b9c9913d5395fc5ae231f95fa53514b;p=thirdparty%2Fchrony.git ntp: update comment in get_transmit_delay() --- diff --git a/ntp_core.c b/ntp_core.c index e0b36835..f5b40e7c 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -585,8 +585,7 @@ get_transmit_delay(NCR_Instance inst, int on_tx, double last_tx) case MD_BURST_WAS_ONLINE: case MD_BURST_WAS_OFFLINE: - /* With burst, the timeout for new transmit after valid reply is shorter - than the timeout without reply */ + /* Burst modes */ delay_time = on_tx ? BURST_TIMEOUT : BURST_INTERVAL; break; default: