class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Tcp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 268501
def _section
        :'tcp'
end
allow_challenge_ack() click to toggle source

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_challenge_ack=(val) click to toggle source

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
asymmetric_path() click to toggle source

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
asymmetric_path=(val) click to toggle source

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
bypass_exceed_oo_queue() click to toggle source

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
bypass_exceed_oo_queue=(val) click to toggle source

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
check_timestamp_option() click to toggle source

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
check_timestamp_option=(val) click to toggle source

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
drop_zero_flag() click to toggle source

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
drop_zero_flag=(val) click to toggle source

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
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 268498
def has_multiple_values?
        false
end
strip_mptcp_option() click to toggle source

whether to strip MPTCP option

# File lib/palo_alto/config.rb, line 268609
def strip_mptcp_option
        prop_get('strip-mptcp-option')
end
strip_mptcp_option=(val) click to toggle source

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
urgent_data() click to toggle source

clear urgent flag in TCP header

# File lib/palo_alto/config.rb, line 268593
def urgent_data
        prop_get('urgent-data')
end
urgent_data=(val) click to toggle source

clear urgent flag in TCP header

# File lib/palo_alto/config.rb, line 268597
def urgent_data=(val)
        prop_set('urgent-data', val)
end