|
|
new Max step option
hi ntp devs,
i already talked about that topic with harlan on #ntp channel and described
why i'm needing this new option.
But first my Problem:
i need a mechanism to adjust a offset bigger than 1s without steps bigger than
ca 0.2 (could be variable ... like a tinker option ) secs. i already inserted
some simple lines of code at the head of local_clock function in
ntp_loopfilter.c.
if (fabs(fp_offset) > PHX_MAX_STEP ){
msyslog(LOG_NOTICE, "abs(fp_offset)[%.2f] > PHX_MAX_STEP",
fp_offset);
if ( fp_offset < 0 ){
fp_offset = -PHX_MAX_STEP;
}
else{
fp_offset = PHX_MAX_STEP;
}
msyslog(LOG_NOTICE, " so shrank to %.2d\n",
fp_offset);
}
I'm not really familiar with code but i hope u r getting my idea.
is it thinkable to get such an option included into the cvs ntpd sometimes?
thanks
martin
_______________________________________________
questions mailing list
questions@lists.ntp.isc.org
https://lists.ntp.isc.org/mailman/listinfo/questions
|
|
0
|
|
|
|
Reply
|
lehmama (1)
|
7/11/2006 8:57:13 AM |
|
|
0 Replies
119 Views
(page loaded in 0.052 seconds)
Similiar Articles: Kaplan-Meier survival analysis - comp.soft-sys.matlabHi, I'm new to survival analysis. I'm taking ... values xi = t(logical(censored)); [dum,step] = histc(xi,x); step(xi>max ... Another option is to perform a Cox proportional ... Linux NTP Polling - comp.protocols.time.ntpHow can I test it is actually re-syncing if the max ... few mins to check if you think that is the better option ... to prime themselves with times consistent with the new ... Timekeeping broken on Windows XP with multimedia timer enabled (-M ...Here's what I see from clockres without the -M option on Max ... interpolation code) and 4.2.6 (which has the new ... One is to find the web page with step-by-step ... ntpd, boot time, and hot plugging - comp.protocols.time.ntp ...Default min/max poll. All appropriate for long-term ... So far as I can see, if somebody opts out >>the step ... So, the new "tos" option that Dr. Mills has added was not ... need to kill worker process in parfor loop - comp.soft-sys.matlab ...... takes 10 hours until it complains saying it reached max ... RESNORM, RESIDUAL, EXITFLAG] = LSQNONNEG(A, b, X0, OPTIONS ... of algorithms would have a clear major iteration step. microblaze spi core problem - comp.arch.fpga... XSpi_Initialize") 2.) set options ... But unfortunately I have a new problem. I want to stream data to a W-LAN module, so I need a high throughput to max out my ... Stabilizing the drift file? - comp.protocols.time.ntpIs it possible to run this new board standalone before ... The requirements of max. 100ms external offset, max ... protocols.time.ntp... conf. Be sure to use -q as an option ... Could anyone give me the spice-mode.el - comp.emacsHi, All I am new to *NIX and I am thinking of writing spice code under Emacs. However, I have no idea of Emacs Lisp. Hence, I could not write a packa... Convert Assembly to Single Solid - comp.cad.solidworks... Bodies, Converting Assembly to a part, Exporting to STEP ... in order to do an analysis one would have to make a new ... Max Deflection / von Mises stresses in a particular place. Solaris 10 at Dell PowerEdge with Raid Controler H700 - comp.unix ...> > -- > Ian Collins This will be another option, but how this ... with hardware raid I can just remove HDD and put new ... was doing with mirrored HDD on solaris9 (md) One step ... jQuery UI - Slider Demos & DocumentationNew window ... Get or set the max option, after init. //getter var max ... Initialize a slider with the step option specified. Xaps Minifier. A Step Forward. New Options and New FeaturesThe web site and blog of Max Paulousky, .Net Team Lead. A great resource for learning Silverlight, .Net and other cutting edge Microsoft technology like WPF, XAML ... 7/29/2012 12:29:42 AM
|
|
|
|
|
|
|
|
|