Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP Differentiated Services on Windows #61

Open
paullouisageneau opened this issue Nov 21, 2020 · 2 comments
Open

IP Differentiated Services on Windows #61

paullouisageneau opened this issue Nov 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@paullouisageneau
Copy link
Owner

IP Differentiated Services by setting the IPv4 ToS field or the IPv6 Traffic Class field are not supported on Microsoft Windows. Microsoft has a proprietary API called qWave for QoS, it should be investigated to establish whether the DSCP can be set without administrator flow configuration.

// TODO: Investigate if DSCP can be still set directly without administrator flow configuration.

@paullouisageneau paullouisageneau added the enhancement New feature or request label Nov 21, 2020
@paullouisageneau paullouisageneau changed the title IP Differentiated Services are not supported on Windows IP Differentiated Service on Windows Nov 21, 2020
@paullouisageneau paullouisageneau changed the title IP Differentiated Service on Windows IP Differentiated Services on Windows Nov 21, 2020
@edbek
Copy link

edbek commented Jan 3, 2022

Explain, please. Does it happen that the libjuice does not work on Windows and I only need to use Linux?

@paullouisageneau
Copy link
Owner Author

paullouisageneau commented Jan 3, 2022

As advertised in the Readme, libjuice works fine on Windows.

Differentiated Services allow to set the proper priority on packets, allowing to optimize latency for real-time traffic. The feature is not available on Windows for now, so performance can be slightly lower for some use cases. Nothing serious, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants