Method: IControl::Networking::STPGlobals#transmit_hold
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#transmit_hold ⇒ long
Gets the transmit hold count parameter, which is an absolute limit on the number of spanning tree protocol packets the BIG-IP may transmit on a port in any hello time interval. This ensures that the spanning tree packets will not unduly load the network even in unstable conditions. The default valu is 6 packets, and the valid range is 1-10 packets.
110 111 112 |
# File 'lib/icontrol/networking/stp_globals.rb', line 110 def transmit_hold super end |