ntp: update comment in get_transmit_delay()
This commit is contained in:
parent
571669ad6c
commit
3f3ebd3b3b
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue