X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/e2c1183585ee2754a81aa8afaea736b419b23484..a15bd8df2bba80c67555ff562d4e1d3b66fc6a2c:/l2tpns.h?ds=sidebyside diff --git a/l2tpns.h b/l2tpns.h index d5b1afb..a5fbe8e 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.49.2.11 2005/05/16 05:56:50 bodea Exp $ +// $Id: l2tpns.h,v 1.49.2.13 2005/05/23 13:48:29 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.0.20" +#define VERSION "2.0.21" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -451,7 +451,8 @@ typedef struct char old_plugins[64][MAXPLUGINS]; int next_tbf; // Next HTB id available to use - int scheduler_fifo; // If the system has multiple CPUs, use FIFO scheduling policy for this process. + int scheduler_fifo; // If the system has multiple CPUs, use FIFO scheduling + // policy for this process. int lock_pages; // Lock pages into memory. int icmp_rate; // Max number of ICMP unreachable per second to send int max_packets; // DoS prevention: per session limit of packets/0.1s @@ -476,6 +477,10 @@ typedef struct int cluster_hb_timeout; // How many missed heartbeats trigger an election. uint64_t cluster_table_version; // # state changes processed by cluster + + int cluster_master_min_adv; // Master advertises routes while the number of up to date + // slaves is less than this value. + #ifdef BGP #define BGP_NUM_PEERS 2 uint16_t as_number;