Method: IControl::LocalLB::ProfileFastL4#loose_close_state

Defined in:
lib/icontrol/local_lb/profile_fast_l4.rb

#loose_close_stateProfileEnabledState

Gets the state to aggressively close out a connection by allowing TMM to switch the idle_timeout to tcp_close_timeout once the first FIN packet has been seen.

Returns:

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



184
185
186
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 184

def loose_close_state
  super
end