forked from Minki/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>
This commit is contained in:
parent
d2461edde7
commit
ff159f4f11
@ -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
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
|
.. 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
|
|||||||
==========
|
==========
|
||||||
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
|
Loading…
Reference in New Issue
Block a user