Method: IControl::LocalLB::ProfileFastL4#set_reset_on_timeout_state
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_reset_on_timeout_state(opts) ⇒ Object
Sets the reset on timeout states for this profile. If true and a TCP connection exceeds its idle timeout, send a reset in addition to deleting the connection.
558 559 560 561 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 558 def set_reset_on_timeout_state(opts) opts = check_params(opts,[:states]) super(opts) end |