summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/parallel-connect.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/parallel-connect.d')
-rw-r--r--docs/cmdline-opts/parallel-connect.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cmdline-opts/parallel-connect.d b/docs/cmdline-opts/parallel-connect.d
new file mode 100644
index 000000000..a51e12e85
--- /dev/null
+++ b/docs/cmdline-opts/parallel-connect.d
@@ -0,0 +1,9 @@
+Long: parallel-connect
+Help: Prefer parallel connections to multiplexed ones
+Added: 7.68.0
+See-also: parallel parallel-max
+---
+When doing parallel transfers, this option will instruct curl that it should
+rather prefer opening up more connections in parallel rather than risk waiting
+to see if new transfers can be added as multiplexed streams on another
+connection.