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:
Orgad Shaneh 2024-05-12 08:31:15 +03:00 committed by Daniel Stenberg
parent f786fce914
commit 3c20ae08b9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 192 additions and 0 deletions

View file

@ -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},