Go to the documentation of this file.
13 #ifndef _BR_PRIVATE_STP_H
14 #define _BR_PRIVATE_STP_H
16 #define BPDU_TYPE_CONFIG 0
17 #define BPDU_TYPE_TCN 0x80
20 #define BR_MIN_HELLO_TIME (1*HZ)
21 #define BR_MAX_HELLO_TIME (10*HZ)
23 #define BR_MIN_FORWARD_DELAY (2*HZ)
24 #define BR_MAX_FORWARD_DELAY (30*HZ)
26 #define BR_MIN_MAX_AGE (6*HZ)
27 #define BR_MAX_MAX_AGE (40*HZ)
29 #define BR_MIN_PATH_COST 1
30 #define BR_MAX_PATH_COST 65535