mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
curl: support IP Type of Service / Traffic Class: --ip-tos
Add --ip-tos option to the command line tool for setting TOS for IPv4 or Traffic Class for IPv6. Closes #13606
This commit is contained in:
parent
f786fce914
commit
3c20ae08b9
8 changed files with 192 additions and 0 deletions
|
|
@ -306,6 +306,9 @@ const struct helptxt helptext[] = {
|
|||
{" --interface <name>",
|
||||
"Use network interface",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --ip-tos <string>",
|
||||
"Set IP Type of Service or Traffic Class",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --ipfs-gateway <URL>",
|
||||
"Gateway for IPFS",
|
||||
CURLHELP_IPFS},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue