|
|
<- Previous Message | Next Message -> Thread Index
[isp-bgp] Re: Route Flap Damping
Hi,
Your guess is corect only. We want to implement RFD where process doesn't
have FPU.
Regards,
Sakthi
-----Original Message-----
From: E.B. Dreger [mailto:eddy+public+spam@...Sent: Thursday, 10 April 2003 11:57 AM
To: isp-bgp@isp-bgp.com
Subject: [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
----------------------------------------------------------------------
----------------------------------------------------------------------
***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.
If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
------------------------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
----------------------------------------------------------------------
----------------------------------------------------------------------
- Replies
-
- [isp-bgp] Re: Route Flap Damping, E.B. Dreger
<- Previous Message | Next Message -> Thread Index
|
|