Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Appliances
    On-Premises Appliance
    Configure the Dataplane On-Premises (DPoP) Appliance
    Configure TCP Connection Parameters

    Configure TCP Connection Parameters

    To configure TCP connections that originate from this appliance acting as a client, run:

    set dataplane tcp client
    

    Choose from the following options,

    rcvbuf   Receive buffer size in kb. Default 1024
    sndbuf   Send buffer size in kb. Default 1024
    throttle-max-threshold   Throttle max threshold in KB (when to start backpressure). Default 1024
    throttle-min-threshold   Throttle min threshold in KB (when to stop backpressure). Default 192set dataplane tcp client

    To configure TCP connections that originate from this appliance acting as a server, run:

    set dataplane tcp server

    Choose from the following options,

    throttle-max-threshold   Throttle max threshold in KB (when to start backpressure). Default 1024
    throttle-min-threshold   Throttle min threshold in KB (when to stop backpressure). Default 192

    Note

    Run save after running the set commands.

    In this Topic
    • Configure TCP Connection Parameters