Soon, you can set VLAN priority for your #curl traffic on your local LAN: github.com/curl/curl/pull/1390…
curl: support VLAN Priority: --vlan-priority by orgads · Pull Request #13907 · curl/curl
Add --vlan-priority option to the command line tool for setting VLAN priority.GitHub
Anton Ohorodnyk
in reply to daniel:// stenberg:// • • •cool feature, I think so 🤔
I’ve briefly reviewed code, could you please share some inside, why all int parameters have typo long? Even though you expect to have numbers 0-7?
Why not to use smaller types, for example? Or more specific types.
daniel:// stenberg://
in reply to Anton Ohorodnyk • • •Anton Ohorodnyk
in reply to daniel:// stenberg:// • • •