]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: update comment in get_transmit_delay()
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 3 Jun 2014 15:31:10 +0000 (17:31 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 3 Jun 2014 16:10:27 +0000 (18:10 +0200)
ntp_core.c

index e0b368351de78af504c90959f0204cb2e6f2ef96..f5b40e7c82e9c7f8309ea1b71c4fe38f1193ef0b 100644 (file)
@@ -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: