Skip to main content

Update TCP settings

PUT 

/tcp-settings/:id

Update the TCP settings.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    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?

Responses

OK

Loading...