]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: support IP Type of Service / Traffic Class: --ip-tos
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>
Sun, 12 May 2024 05:31:15 +0000 (08:31 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2024 08:48:40 +0000 (10:48 +0200)
commit3c20ae08b959188d67b353bc10a18fc6151c9ed5
treeb2774cbb2218df443ae32ddcc8ff5ac43867fd41
parentf786fce914f774ff8176cc2951e405bd29f1bdc3
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
.github/scripts/spellcheck.words
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/ip-tos.md [new file with mode: 0644]
docs/options-in-versions
src/tool_cfgable.h
src/tool_getparam.c
src/tool_listhelp.c
src/tool_operate.c