RstpBridgeParams Struct Reference

RSTP bridge parameters. More...

#include <rstp.h>

Data Fields

uint_t ageingTime
 Ageing Time parameter for the bridge (17.13.2) More...
 
uint_t forceProtocolVersion
 Force Protocol Version parameter for the bridge (17.13.4) More...
 
uint_t bridgeForwardDelay
 Delay used by STP bridges to transition Root and Designated ports to Forwarding (17.13.5) More...
 
uint_t bridgeHelloTime
 Interval between periodic transmissions of Configuration messages by Designated ports (17.13.6) More...
 
uint_t bridgeMaxAge
 Maximum age of the information transmitted by the bridge when it is the Root bridge (17.13.8) More...
 
uint_t migrateTime
 Initial value of the mdelayWhile and edgeDelayWhile timers (17.13.9) More...
 
uint_t transmitHoldCount
 Value used to limit the maximum transmission rate (17.13.12) More...
 

Detailed Description

RSTP bridge parameters.

Definition at line 293 of file rstp.h.

Field Documentation

◆ ageingTime

uint_t ageingTime

Ageing Time parameter for the bridge (17.13.2)

Definition at line 295 of file rstp.h.

◆ bridgeForwardDelay

uint_t bridgeForwardDelay

Delay used by STP bridges to transition Root and Designated ports to Forwarding (17.13.5)

Definition at line 297 of file rstp.h.

◆ bridgeHelloTime

uint_t bridgeHelloTime

Interval between periodic transmissions of Configuration messages by Designated ports (17.13.6)

Definition at line 298 of file rstp.h.

◆ bridgeMaxAge

uint_t bridgeMaxAge

Maximum age of the information transmitted by the bridge when it is the Root bridge (17.13.8)

Definition at line 299 of file rstp.h.

◆ forceProtocolVersion

uint_t forceProtocolVersion

Force Protocol Version parameter for the bridge (17.13.4)

Definition at line 296 of file rstp.h.

◆ migrateTime

uint_t migrateTime

Initial value of the mdelayWhile and edgeDelayWhile timers (17.13.9)

Definition at line 300 of file rstp.h.

◆ transmitHoldCount

uint_t transmitHoldCount

Value used to limit the maximum transmission rate (17.13.12)

Definition at line 301 of file rstp.h.


The documentation for this struct was generated from the following file: