Back to Server Commands
CMD_SERVER_SET_OPT

Command:              CMD_SERVER_SET_OPT
Destination:          SD_SERVER
Destination Channel:  n/a

Description

This command is used by clients to set the optimization of the TCP link between the server and a client.
Optimization can be set to favor either latency (Nagle algorithm disabled) or throughput (Nagle algorithm enabled).
By default, optimization is set for throughput.

Command data format

Optimization mode : 1 byte.
        Optimization mode = 0: Optimize for throughput (default).
        Optimization mode = 1: Optimize for latency.

Response data format

None (no response data).

Response return codes

RESP_OK Execution of the command was successful.
RESP_UNKNOWN An unknown error occurred.

|Top|