Method: IControl::LocalLB::ProfileFastL4#set_tcp_window_scale_mode
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_tcp_window_scale_mode(opts) ⇒ Object
Sets the TCP window scale options for this profile.
682 683 684 685 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 682 def set_tcp_window_scale_mode(opts) opts = check_params(opts,[:modes]) super(opts) end |