|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Provides the timing functionality and features (timers) of the Border Gateway Protocol.
See:
Description
| Class Summary | |
| DampReuseTimer | A timer for helping to determine when a damped route may be used again. |
| EventTimer | Used to represent most of BGP's timers, with the exception of the Minimum
Route Advertisement Interval Timer, which has its own class
(MRAITimer). |
| IdealMRAITimer | BGP's Minimum Route Advertisement Interval Timer when applied on a per-peer, per-destination basis. |
| MRAITimeoutMessage | Used to notify BGP that a per-peer, per-destination MRAI Timer has expired. |
| TimeoutMessage | Used to notify BGP that a timeout has occurred (one of the BGP timers has expired). |
| Timer | This class is just an intermediate class between SSF.OS.Timer
and the more specific BGP timers (SSF.OS.BGP4.EventTimer,
SSF.OS.BGP4.MRAITimer) so that generic methods for
setting the time at which the timer was set can be included. |
Provides the timing functionality and features (timers) of the Border Gateway Protocol. This package is dependent upon the containing SSF.OS.BGP4 package and cannot be used by itself. For more details on the full BGP4 implementation (including features supported by this subpackage), see the documentation for the SSF.OS.BGP4 package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||