ntp: update comment in get_transmit_delay()

This commit is contained in:
Miroslav Lichvar 2014-06-03 17:31:10 +02:00
parent 571669ad6c
commit 3f3ebd3b3b

View 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: