Method: IControl::LocalLB::ProfileFastL4#set_tcp_close_timeout
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_tcp_close_timeout(opts) ⇒ Object
Sets the TCP close timeout for this profile. Only used when "loose_initiation“ or "loose_close” is enabled. This is used to rapidly close out a loosely initiated connection after the first FIN packet has been seen (either client or server side).
615 616 617 618 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 615 def set_tcp_close_timeout(opts) opts = check_params(opts,[:timeouts]) super(opts) end |