Re: [Linuxptp-devel] Optimal P, I constants
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Miroslav L. <mli...@re...> - 2013-05-13 08:33:23
|
On Fri, May 10, 2013 at 07:20:42PM +0200, Richard Cochran wrote: > > > 2. Should user constants appear in the config file, or should we have > > > a new, separate file for that? > > > > How about a list of EXP:P:I triplets separated by commas in the config? > > I was thinking something more like: > > # Sync P I > pi_constant 0 0.7 0.3 > pi_constant -1 0.58 0.085 > > In that way, a config file can personalize as much or as little of the > table as desired. I'd rather avoid introducing a new config file and keep everything in the main config. There could be a new section for it. [pi_constants] #Sync P I 0 0.7 0.3 -1 0.52 0.085 Thanks, -- Miroslav Lichvar |