ReEnableNagle
Attempts to fix the network overload bug introduced with patch 0.146.11
Last updated | 3 years ago |
Total downloads | 1068 |
Total rating | 0 |
Categories | |
Dependency string | rumangerst-ReEnableNagle-1.0.0 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.602README
Re-enable Nagle's Algorithm in Valheim
The recent version of Valheim (0.146.11) reworked the networking, but disabled an important method that prevents clogging your network with packets, leading to massive lags and disconnects, as well as breaking other services like YouTube or Discord.
This mod attempts to fix this issue and reverts to the old networking method. Please not that rubber banding and desyncs can still occur - this patch is only for removing the massive lags.
Installation
- Install Valheim BepInEx
- Copy
valheim_reenable_nagel.dll
(in the ZIP file) intoValheim/BepInEx/plugins
Source code
The source code and additional technical information can be found on GitHub