G'day Tobi, > -----Original Message----- > From: Tobias Oetiker [mailto:[EMAIL PROTECTED] > Yesterday BAARDA, Don wrote: > > | > | G'day, > > it seems that some code reviewing in this area would be good > atleast to document how it realy works :-) > > pushed it to my todo list ...
Last time I looked, xff only came into affect when accumulating multiple PDP's into RRA's, and heartbeat specified the max amount of unknown that was acceptable when determining PDP's. It's possible that it has changed since, if so then my description on the man pages could be wrong now. It would actually make more sense if xff specified how much unknown was acceptable when determining PDP's too. The code when determining a PDP used to do something like if "total_unknown > heartbeat, PDP=unknown" (Note... total_unknown in this context is number of seconds worth of "unknown" included in this PDP). It would make more sense if it did something like "if total_unknown/step > xff, PDP=unknown". Perhaps I should download and examine the latest source.... ABO -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
