Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: convert tcp-thin.txt to ReST

Not much to be done here:

- add SPDX header;
- adjust identation, whitespaces and blank lines where needed;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
ff159f4f d2461edd

+7 -1
+1
Documentation/networking/index.rst
··· 107 107 strparser 108 108 switchdev 109 109 tc-actions-env-rules 110 + tcp-thin 110 111 111 112 .. only:: subproject and html 112 113
+1 -1
Documentation/networking/ip-sysctl.rst
··· 886 886 initiated. This improves retransmission latency for 887 887 non-aggressive thin streams, often found to be time-dependent. 888 888 For more information on thin streams, see 889 - Documentation/networking/tcp-thin.txt 889 + Documentation/networking/tcp-thin.rst 890 890 891 891 Default: 0 892 892
+5
Documentation/networking/tcp-thin.txt Documentation/networking/tcp-thin.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ==================== 1 4 Thin-streams and TCP 2 5 ==================== 6 + 3 7 A wide range of Internet-based services that use reliable transport 4 8 protocols display what we call thin-stream properties. This means 5 9 that the application sends data with such a low rate that the ··· 46 42 ========== 47 43 More information on the modifications, as well as a wide range of 48 44 experimental data can be found here: 45 + 49 46 "Improving latency for interactive, thin-stream applications over 50 47 reliable transport" 51 48 http://simula.no/research/nd/publications/Simula.nd.477/simula_pdf_file