Commit ff159f4f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by David S. Miller

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: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d2461edd
...@@ -107,6 +107,7 @@ Contents: ...@@ -107,6 +107,7 @@ Contents:
strparser strparser
switchdev switchdev
tc-actions-env-rules tc-actions-env-rules
tcp-thin
.. only:: subproject and html .. only:: subproject and html
......
...@@ -886,7 +886,7 @@ tcp_thin_linear_timeouts - BOOLEAN ...@@ -886,7 +886,7 @@ tcp_thin_linear_timeouts - BOOLEAN
initiated. This improves retransmission latency for initiated. This improves retransmission latency for
non-aggressive thin streams, often found to be time-dependent. non-aggressive thin streams, often found to be time-dependent.
For more information on thin streams, see For more information on thin streams, see
Documentation/networking/tcp-thin.txt Documentation/networking/tcp-thin.rst
Default: 0 Default: 0
......
.. SPDX-License-Identifier: GPL-2.0
====================
Thin-streams and TCP Thin-streams and TCP
==================== ====================
A wide range of Internet-based services that use reliable transport A wide range of Internet-based services that use reliable transport
protocols display what we call thin-stream properties. This means protocols display what we call thin-stream properties. This means
that the application sends data with such a low rate that the that the application sends data with such a low rate that the
...@@ -42,6 +46,7 @@ References ...@@ -42,6 +46,7 @@ References
========== ==========
More information on the modifications, as well as a wide range of More information on the modifications, as well as a wide range of
experimental data can be found here: experimental data can be found here:
"Improving latency for interactive, thin-stream applications over "Improving latency for interactive, thin-stream applications over
reliable transport" reliable transport"
http://simula.no/research/nd/publications/Simula.nd.477/simula_pdf_file http://simula.no/research/nd/publications/Simula.nd.477/simula_pdf_file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment