Variables | |
| timeval_t | hello_interval |
| timeval_t | refresh_interval |
| timeval_t | tc_interval |
| float | hello_grace |
| timeval_t | neighb_hold_time |
| timeval_t | top_hold_time |
| timeval_t | dup_hold_time |
| timeval_t | maxjitter |
| timeval_t | dump_interval |
| unsigned | queue_size |
| const timeval_t | def_hello_interval = 2000 |
| const timeval_t | def_refresh_interval = 2000 |
| const timeval_t | def_tc_interval = 5000 |
| const float | def_hello_grace = 1.2 |
| const timeval_t | def_neighb_hold_time = def_refresh_interval * 3 |
| const timeval_t | def_top_hold_time = def_tc_interval * 3 |
| const timeval_t | def_dup_hold_time = 30000 |
| const timeval_t | def_maxjitter = def_hello_interval / 4 |
| const timeval_t | def_dump_interval = 1000 |
| const unsigned | def_queue_size = 10 |
| const timeval_t olsr::cst::def_dump_interval = 1000 |
| const timeval_t olsr::cst::def_dup_hold_time = 30000 |
| const float olsr::cst::def_hello_grace = 1.2 |
| const timeval_t olsr::cst::def_hello_interval = 2000 |
| const timeval_t olsr::cst::def_maxjitter = def_hello_interval / 4 |
| const unsigned olsr::cst::def_queue_size = 10 |
Referenced by olsr::usage().
| const timeval_t olsr::cst::def_refresh_interval = 2000 |
| const timeval_t olsr::cst::def_tc_interval = 5000 |
| const timeval_t olsr::cst::def_top_hold_time = def_tc_interval * 3 |
Referenced by olsr::utl::parse_args().
Referenced by olsr::utl::parse_args().
| float olsr::cst::hello_grace |
Referenced by olsr::msg::HELLOMessage::dump(), and olsr::utl::parse_args().
| unsigned olsr::cst::queue_size |
Referenced by olsr::utl::parse_args(), and olsr::net::RealInterface::RealInterface().
Referenced by olsr::msg::HELLOMessage::dump(), and olsr::utl::parse_args().
Referenced by olsr::msg::TCMessage::dump(), and olsr::utl::parse_args().
1.5.6