Skip to content

Instantly share code, notes, and snippets.

@lavacano
Created October 24, 2023 20:46
Show Gist options
  • Save lavacano/322f9c558203457806753c9656d6ee5c to your computer and use it in GitHub Desktop.
Save lavacano/322f9c558203457806753c9656d6ee5c to your computer and use it in GitHub Desktop.
Implement Quality of Service (QoS) for Eve Online (Expedited Forwarding DSCP)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\QoS\exefile.exe]
"Application Name"="exefile.exe"
"DSCP Value"="46"
"Local IP Prefix Length"="*"
"Local IP"="*"
"Local Port"="*"
"Protocol"="*"
"Remote IP Prefix Length"="*"
"Remote IP"="*"
"Remote Port"="*"
"Throttle Rate"="-1"
"Version"="1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment