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.