|
OpenSDN source code
|
#include "bfd/bfd_common.h"#include <string>#include <boost/bimap.hpp>#include <boost/bimap/unordered_set_of.hpp>#include <boost/optional.hpp>#include <boost/assign/list_of.hpp>
Go to the source code of this file.
Namespaces | |
| BFD | |
Typedefs | |
| typedef boost::bimap< BFDState, std::string > | BFD::BFDStateNames |
Functions | |
| std::ostream & | BFD::operator<< (std::ostream &out, BFDState state) |
| boost::optional< BFDState > | BFD::BFDStateFromString (const std::string &str) |
Variables | |
| static BFDStateNames | BFD::kBFDStateNames |
| const int | BFD::kMinimalPacketLength = 24 |
| const TimeInterval | BFD::kIdleTxInterval = boost::posix_time::seconds(1) |
| boost::random::taus88 | BFD::randomGen |