Closed m3047 closed 1 year ago
The update is on the fwm
branch and I'm running it locally.
fwm
merged to main
at 18b384a
Examples:
111.53.16.104.in-addr.arpa.rearview.m3047.net. 600 IN TXT "depth=1,first=1682063117,last=1682063117,count=1,trend=0,update=1682063118,score=0.333"
101.56.16.104.in-addr.arpa.rearview.m3047.net. 600 IN TXT "depth=1,first=1682019224,last=1682019224,count=1,trend=0,update=1682019225,score=0.333"
Right now, a TXT record looks a lot like this (two examples):
There are two problems with this:
trend
value is in scientific notation because it's so small.Some observations:
first
,last
,update
are (*nix) datetimes. One second (integer) resolution is fine for historical purposes.trend
is a number of seconds. Likewise one second (integer) resolution is fine for historical purposes.score
probably doesn't need more than one decimal point of precision. Three decimal points is plenty of overkill.I hope this is backwards compatible with whatever you using (outside of RVR itself) to parse
TXT
records.I anticipate completing this change sometime in the next few weeks. I'll let it "soak" in the
fwm
branch for at least a few days, possibly as long as a week.