mirror of
https://github.com/NotAShelf/tct.git
synced 2024-11-22 13:20:49 +00:00
docs: link Nix in readme
This commit is contained in:
parent
acd1b12bc0
commit
f55394eaf8
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,8 +1,8 @@
|
||||||
# tct
|
# tct
|
||||||
|
|
||||||
**tct** (**t** **p**arallel **t**imer) is a quick and minimal program (70 LoC!)
|
**tct** (**t** **p**arallel **t**imer) is a quick and minimal program (< 70
|
||||||
that helps determine the "optimal" number of parallel TCP requests for your
|
LoC!) that helps determine the "optimal" number of parallel TCP requests for
|
||||||
network connection.
|
your network connection.
|
||||||
|
|
||||||
It performs a series of tests (following your desired configuration) by
|
It performs a series of tests (following your desired configuration) by
|
||||||
incrementally increasing the number of parallel requests and measuring the time
|
incrementally increasing the number of parallel requests and measuring the time
|
||||||
|
@ -13,9 +13,9 @@ requests does not significantly reduce the overall time taken.
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
The [Nix Package Manager]() has an option called `http-connections` that, as per
|
The [Nix Package Manager](https://github.com/NixOS/nix) has an option called
|
||||||
the wiki, sets the _"maximum number of parallel TCP connections used to fetch
|
`http-connections` that, as per the wiki, sets the _"maximum number of parallel
|
||||||
files from binary caches and by other downloads."_
|
TCP connections used to fetch files from binary caches and by other downloads."_
|
||||||
|
|
||||||
I have found this option a little obscure, however, as the default value (`25`)
|
I have found this option a little obscure, however, as the default value (`25`)
|
||||||
has no solid motivation behind it. Is it optimal? I don't know. Can it be
|
has no solid motivation behind it. Is it optimal? I don't know. Can it be
|
||||||
|
|
Loading…
Reference in a new issue