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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 161990
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 162058
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 162062
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 162074
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 162078
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 162050
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 162054
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 162066
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 162070
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 162090
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 162094
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 161987
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 162098
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 162102
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 162082
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 162086
def urgent_data=(val)
        prop_set('urgent-data', val)
end