TCP flow configuration
Introduction | TCP flows have multiple options to finetune the behavior. Although the defaults are a good starting point, this article provides more details on the different parameters. |
Name | The Name of the TCP flow template. This needs to be unique from the other TCP and FrameBlasting Flow templates. |
Duration | The column configures how long or how much data the TCP flow should transmit. There are two options here:
|
Rate limit | This applies an optional rate limit to the TCP flow. Similarly, e.g. video streaming or downloads, this rate limit is applied to the amount of data supplied to the TCP flow. |
Unscaled Initial Receive Window | The TCP protocol uses this parameter to initialize the Receive Window. The Maximum Receive Window is 65535 bytes. The TCP Window is the amount of outstanding data (unacknowledged by the recipient) that can remain in the network. After sending that amount of data, the sender stops and waits for acknowledgement back from the receiver that it has gotten some of it. As such, this value together with its scaling factor is probably the single most important setting in tuning broadband internet connections. |
Window scaling | Enable or disable window scaling here. The TCP window scale option is an option to increase the TCP receive window size above its maximum value of 65535 bytes. |
Reeivers window scale value | Here you can choose which window scale value should be used. The following options are possible:
|
Slow start threshold | This is a low-level parameter of the TCP algorithm. Throughput grows exponentially until this value, afterwards on speeds increments linearly and thus slow. Increasing this parameter results in steeper, faster throughput gains, but often also more instability. Reverse, a low-value results in TCP flow that slowly increases throughput. |
HTTP Request Method | Choose which method should be used to get the payload from the server to the client. The following options are possible:
|
L4S (since v2.22) | Enable support for L4S on both the server and the client port. L4S reduces latency and avoids retransmissions. See: L4S Testing with ByteBlower GUI | Support Portal (excentis.com) for more information on L4S and testing L4S with ByteBlower. |
Congestion Algorithm | The algorithm used by the TCP flow to deal with congestion. See 📄 TCP Congestion Avoidance Algorithms |
Client and Server ports | The TCP-ports used by the flow template. When left to automatic, the ByteBlower will pick an available port to set up the flow. In general, this is the preferred option. |