Method: IControl::LocalLB::ProfileFastL4#set_tcp_strip_sackok_state
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_tcp_strip_sackok_state(opts) ⇒ Object
Sets the options to block TCP SackOK option from passing to server on an initiating SYN.
656 657 658 659 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 656 def set_tcp_strip_sackok_state(opts) opts = check_params(opts,[:states]) super(opts) end |