Method: IControl::LocalLB::ProfileFastL4#set_tcp_generate_isn_state
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_tcp_generate_isn_state(opts) ⇒ Object
Sets the options to generate our own sequence numbers on all SYNs.
628 629 630 631 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 628 def set_tcp_generate_isn_state(opts) opts = check_params(opts,[:states]) super(opts) end |