Created
October 24, 2023 20:46
-
-
Save lavacano/322f9c558203457806753c9656d6ee5c to your computer and use it in GitHub Desktop.
Implement Quality of Service (QoS) for Eve Online (Expedited Forwarding DSCP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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