]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts: tidy up --ip-tos and --mptcp
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2024 09:02:46 +0000 (11:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2024 12:07:11 +0000 (14:07 +0200)
To make them render nicer in the manpage and minor polish.

Closes #13906

docs/cmdline-opts/ip-tos.md
docs/cmdline-opts/mptcp.md

index 3fd3c4ad1f2a2138e7e83a9d9d2b5ce16192651a..fa80ba44999961b56f4cce8921a32506fe8f360e 100644 (file)
@@ -21,34 +21,6 @@ Set Type of Service (TOS) for IPv4 or Traffic Class for IPv6. (Added in 8.9.0).
 The values allowed for \<string\> can be a numeric value between 1 and 255
 or one of the following:
 
-* CS0
-* CS1
-* CS2
-* CS3
-* CS4
-* CS5
-* CS6
-* CS7
-* AF11
-* AF12
-* AF13
-* AF21
-* AF22
-* AF23
-* AF31
-* AF32
-* AF33
-* AF41
-* AF42
-* AF43
-* EF
-* VOICE-ADMIT
-* ECT1
-* ECT0
-* CE
-* LE
-* LOWCOST
-* LOWDELAY
-* THROUGHPUT
-* RELIABILITY
-* MINCOST
+CS0, CS1, CS2, CS3, CS4, CS5, CS6, CS7, AF11, AF12, AF13, AF21, AF22, AF23,
+AF31, AF32, AF33, AF41, AF42, AF43, EF, VOICE-ADMIT, ECT1, ECT0, CE, LE,
+LOWCOST, LOWDELAY, THROUGHPUT, RELIABILITY, MINCOST
index b9212bb8bbcebb14b83b3968fecdddeafd9b0996..698b69370164ec10dfd991a1bebbd2a0eda86e32 100644 (file)
@@ -23,19 +23,9 @@ MPTCP is beneficial in networks where multiple paths exist between clients and
 servers, such as mobile networks where a device may switch between WiFi and
 cellular data or in wired networks with multiple Internet Service Providers.
 
-## Usage
-
-To use MPTCP for your connections, add the `--mptcp` option when using `curl'.
-
-## Requirements
-
-This feature is currently only supported on Linux starting from kernel 5.6. Only
+This option is currently only supported on Linux starting from kernel 5.6. Only
 TCP connections are modified, hence this option does not effect HTTP/3 (QUIC)
-connections.
+or UDP connections.
 
-The server you are connecting to must also support MPTCP. If not, the connection
+The server curl connects to must also support MPTCP. If not, the connection
 seamlessly falls back to TCP.
-
-## Availability
-
-The `--mptcp` option is available starting from `curl` version 8.9.0.