Rajaram wrote: > Hi > > Could someone help me understand behaviour of burst post and pre sync. Does > burst works after the system is in sync ? > > Will burst option be sending 8 packets even after it gets synced. > > if (peer->flags & FLAG_BURST && > peer_unfit(peer)) > peer->burst = NTP_BURST; > > > Regards > > RR
Burst mode is intended for systems that contact a time server, typically by dial-up telephone, at intervals of several hours. It helps to minimize the long distance charges. It will always send eight packets at each poll interval. _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
