mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 02:35:06 -05:00
ntp: update comment in get_transmit_delay()
This commit is contained in:
@@ -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_ONLINE:
|
||||||
case MD_BURST_WAS_OFFLINE:
|
case MD_BURST_WAS_OFFLINE:
|
||||||
/* With burst, the timeout for new transmit after valid reply is shorter
|
/* Burst modes */
|
||||||
than the timeout without reply */
|
|
||||||
delay_time = on_tx ? BURST_TIMEOUT : BURST_INTERVAL;
|
delay_time = on_tx ? BURST_TIMEOUT : BURST_INTERVAL;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user