|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: Route Flap Damping
S> Date: Thu, 10 Apr 2003 11:45:21 +0530
S> From: Sakthivadivu.S.S
S> Is it possible to implement Route Flap Damping using integer
S> arithmetic?.If anybody has implemented this, please give me
S> the solution.
This question confuses me. Are you hinting at implementing BGP
for a processor that lacks FPU? If so, the answer is "yes, but
it might take a bit of work".
Due to the exponential decay nature of flap dampening, you'd
probably want to add/subtract/multiply the logarithms of your
intended quantities rather than the numbers themselves.
For instance,
log (A * B) = (log A) + (log B)
log (A ^ B) = B * (log A)
come in handy.
Off the top of my head, I'd probably work in base 2 log using a
combination of fixed-point arithmetic, lookup tables, and
iterative routines.
Or am I way off in guessing what you want to do?
Eddy
--
Brotsman & Dreger, Inc. - EverQuick Internet Division
Bandwidth, consulting, e-commerce, hosting, and network building
Phone: +1 (785) 865-5885 Lawrence and [inter]national
Phone: +1 (316) 794-8922 Wichita
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Date: Mon, 21 May 2001 11:23:58 +0000 (GMT)
From: A Trap <blacklist@...>
To: blacklist@...
Subject: Please ignore this portion of my mail signature.
These last few lines are a trap for address-harvesting spambots.
Do NOT send mail to <blacklist@...>, or you are likely to
be blocked.
------------------------ANNOUNCEMENT---------------------------------
---------------------------------------------------------------------
>> Solving Spam With Sender Accountability <<
Blacklists, whitelists, spam trap networks, baysian filters and more.
Be part of the solution. ISPcon's Roundtable discussion is April 23.
http://www.ispcon.com/spring2003/attend-specevents.asp
----------------------------------------------------------------------
----------------------------------------------------------------------
Thread Index |