Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
+22
View File
@@ -0,0 +1,22 @@
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: vlan-priority
Arg: <priority>
Help: Set VLAN priority
Added: 8.9.0
Category: connection
Multi: single
See-also:
- ip-tos
Example:
- --vlan-priority 4 $URL
---
# `--vlan-priority`
Set VLAN priority as defined in IEEE 802.1Q.
This field is set on Ethernet level, and only works within a local network.
The valid range for \<priority\> is 0 to 7.