Method: IControl::LocalLB::ProfileFastL4#set_mss_override
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_mss_override(opts) ⇒ Object
Sets the MSS override values for this profile. If non-zero and less than the default value, this value overrides the maximum segment size.
544 545 546 547 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 544 def set_mss_override(opts) opts = check_params(opts,[:mss_overrides]) super(opts) end |