summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/tcp-thin.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-04-30docs: networking: convert tcp-thin.txt to ReSTMauro Carvalho Chehab1-47/+0
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>
2010-02-18net: TCP thin-stream detectionAndreas Petlund1-0/+47
Inline function to dynamically detect thin streams based on the number of packets in flight. Used to dynamically trigger thin-stream mechanisms if enabled by ioctl or sysctl. Signed-off-by: Andreas Petlund <apetlund@simula.no> Signed-off-by: David S. Miller <davem@davemloft.net>