feat: 增加可选的 UDP 缓冲上限设置 - #1318
Open
rponeawa wants to merge 1 commit into
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
红米 AX6 官方固件的
rmem_max/wmem_max默认仅为 229376,导致 Mihomo 使用 Hysteria2/QUIC 时吞吐受限。百兆宽带实测从 0.2–0.39 MB/s 提高至 16 MiB 后恢复到 9.21 MB/s。本次在功能设置中增加独立开关,默认关闭。开启后仅提高低于 16 MiB 的
rmem_max/wmem_max,不会覆盖更高的用户设置,也不修改默认缓冲值。