class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Tcp
Public Instance Methods
# File lib/palo_alto/config.rb, line 268501 def _section :'tcp' end
Allow arbitrary ACK in response to SYN
# File lib/palo_alto/config.rb, line 268569 def allow_challenge_ack prop_get('allow-challenge-ack') end
Allow arbitrary ACK in response to SYN
# File lib/palo_alto/config.rb, line 268573 def allow_challenge_ack=(val) prop_set('allow-challenge-ack', val) end
actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
# File lib/palo_alto/config.rb, line 268585 def asymmetric_path prop_get('asymmetric-path') end
actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
# File lib/palo_alto/config.rb, line 268589 def asymmetric_path=(val) prop_set('asymmetric-path', val) end
whether to skip inspection of session if out-of-order packets limit is exceeded
# File lib/palo_alto/config.rb, line 268561 def bypass_exceed_oo_queue prop_get('bypass-exceed-oo-queue') end
whether to skip inspection of session if out-of-order packets limit is exceeded
# File lib/palo_alto/config.rb, line 268565 def bypass_exceed_oo_queue=(val) prop_set('bypass-exceed-oo-queue', val) end
whether to drop packets with invalid timestamp option
# File lib/palo_alto/config.rb, line 268577 def check_timestamp_option prop_get('check-timestamp-option') end
whether to drop packets with invalid timestamp option
# File lib/palo_alto/config.rb, line 268581 def check_timestamp_option=(val) prop_set('check-timestamp-option', val) end
whether to drop TCP packet if flag becomes zero after clear urgent flag
# File lib/palo_alto/config.rb, line 268601 def drop_zero_flag prop_get('drop-zero-flag') end
whether to drop TCP packet if flag becomes zero after clear urgent flag
# File lib/palo_alto/config.rb, line 268605 def drop_zero_flag=(val) prop_set('drop-zero-flag', val) end
# File lib/palo_alto/config.rb, line 268498 def has_multiple_values? false end
whether to strip MPTCP option
# File lib/palo_alto/config.rb, line 268609 def strip_mptcp_option prop_get('strip-mptcp-option') end
whether to strip MPTCP option
# File lib/palo_alto/config.rb, line 268613 def strip_mptcp_option=(val) prop_set('strip-mptcp-option', val) end
clear urgent flag in TCP header
# File lib/palo_alto/config.rb, line 268593 def urgent_data prop_get('urgent-data') end
clear urgent flag in TCP header
# File lib/palo_alto/config.rb, line 268597 def urgent_data=(val) prop_set('urgent-data', val) end