Method: IControl::LocalLB::ProfileFastL4#tcp_close_timeout
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#tcp_close_timeout ⇒ ProfileULong
Gets 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).
280 281 282 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 280 def tcp_close_timeout super end |