Lines Matching +full:in +full:- +full:application
1 .. SPDX-License-Identifier: GPL-2.0
4 Thin-streams and TCP
7 A wide range of Internet-based services that use reliable transport
8 protocols display what we call thin-stream properties. This means
9 that the application sends data with such a low rate that the
11 effective. In time-dependent scenarios (like online games, control
15 dependency on the arrival of new data from the application to trigger
19 After analysing a large number of time-dependent interactive
22 lifespan. The combination of time-dependency and the fact that the
25 In order to reduce application-layer latency when packets are lost,
27 for thin streams. In short, if the kernel detects a thin stream,
28 the retransmission mechanisms are modified in the following manner:
35 of packets in flight. If there are less than 4 packets in flight,
39 Since these mechanisms are targeted at time-dependent applications,
40 they must be specifically activated by the application using the
50 "Improving latency for interactive, thin-stream applications over