Skip to main content

List TCP settings

GET 

/tcp-settings

Retrieve a list of TCP settings.

Request

Query Parameters

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    tcp object
    bypass_exceed_oo_queue boolean

    Forward segments exceeding TCP out-of-order queue?

    allow_challenge_ack boolean

    Allow arbitrary ACK in response to SYN?

    check_timestamp_option boolean

    Drop segments with null timestamp option?

    asymmetric_path string

    Possible values: [drop, bypass]

    Asymmetric path action

    urgent_data string

    Possible values: [clear, oobinline]

    Urgent data flag action

    drop_zero_flag boolean

    Drop segments without flag?

    strip_mptcp_option boolean

    Strip MPTCP option?

    siptcp_cleartext_proxy string

    Possible values: [0, 2, 3]

    SIP TCP cleartext action ('0' = Always Off, '1' = Always Enabled, '2' = Automatically enable proxy when needed)

    tcp_retransmit_scan boolean

    TCP retransmit scan?

  • ]
Loading...