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
If Windows installer applied network throttling fix, request reboot #113
Comments
|
Hehe when I was on windows such "senseless reboots" were one of most annoying things :)
|
There is no other way to apply the registry change (that I am aware of). Maybe restarting all networking services or bringing network interfaces down and up again does it, but I doubt it.
From what I read Ms introduced this registry setting to work around an issue in their OS where the network stack makes video playback / recording stutter / stall. So you can choose between delaying network traffic (Microsofts default) and possibly causing stuttering playback / recording of networked media streams (our choice). I think it would be good to restore the default value when rolling back the MegaGlest installation, this would be my expectation as a user.
By default, this registry key does not exist, in which case Windows Vista defaults to a value of 10 according to https://support.microsoft.com/en-us/kb/948066 - I assume that's the same for other Windows releases. I assume the value is usually static. |
|
I personally don't think that this registry change really helps with MG. I tried several things, and I never saw any difference. We have no shooter, where every ms counts, so it does not really matter. Did you ever saw a real difference with or without this setting ? |
|
Personally I don't play much on Windows so I could hardly tell. Maybe someone else can, or @softcoder could discuss it. |
|
Related to #117 |
|
I've noticed this stalling effect on MG 3.12 while playing a LAN game over a wifi network with poor performance. However, the effect was noticeable on both windows (Windows 7) and linux (Kubuntu). This might be related to this issue. Shouldn't the game rendering be completely detached from the network stream/synchronization? |
|
@biels |
When the Windows installer needs to apply the network throttling fix (and only then), the installer should prompt the user to reboot the system after the game installation completes so as to apply the registry change.
The same should happen during uninstallation (since then the registry change needs to be undone).
The text was updated successfully, but these errors were encountered: