From 3f3ebd3b3b9c9913d5395fc5ae231f95fa53514b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 Jun 2014 17:31:10 +0200 Subject: [PATCH] ntp: update comment in get_transmit_delay() --- ntp_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ntp_core.c b/ntp_core.c index e0b3683..f5b40e7 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: