class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Tcp
Public Instance Methods
# File lib/palo_alto/config.rb, line 161990 def _section :'tcp' end
Allow arbitrary ACK in response to SYN
# File lib/palo_alto/config.rb, line 162058 def allow_challenge_ack prop_get('allow-challenge-ack') end
Allow arbitrary ACK in response to SYN
# File lib/palo_alto/config.rb, line 162062 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 162074 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 162078 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 162050 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 162054 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 162066 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 162070 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 162090 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 162094 def drop_zero_flag=(val) prop_set('drop-zero-flag', val) end
# File lib/palo_alto/config.rb, line 161987 def has_multiple_values? false end
whether to strip MPTCP option
# File lib/palo_alto/config.rb, line 162098 def strip_mptcp_option prop_get('strip-mptcp-option') end
whether to strip MPTCP option
# File lib/palo_alto/config.rb, line 162102 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 162082 def urgent_data prop_get('urgent-data') end
clear urgent flag in TCP header
# File lib/palo_alto/config.rb, line 162086 def urgent_data=(val) prop_set('urgent-data', val) end