Fix issues related to android client#4616
Merged
Conversation
Member
|
controllers 确实是这样 |
Contributor
Author
|
测过,确定修了。 |
4 tasks
Member
|
感谢佬! |
Exclude0122
pushed a commit
to Exclude0122/Xray-core
that referenced
this pull request
Apr 14, 2025
* WireGuard: Fix tunnel not closed * Dialer: Apply controllers in lc.Control
Exclude0122
added a commit
to Exclude0122/Xray-core
that referenced
this pull request
Apr 14, 2025
* WireGuard: Fix tunnel not closed * Dialer: Apply controllers in lc.Control
1 task
This was referenced Jun 30, 2025
maoxikun
pushed a commit
to maoxikun/Xray-core
that referenced
this pull request
Aug 23, 2025
* WireGuard: Fix tunnel not closed * Dialer: Apply controllers in lc.Control (cherry picked from commit 7a2f42f)
it2konst
pushed a commit
to it2konst/gametunnel-core
that referenced
this pull request
Mar 1, 2026
* WireGuard: Fix tunnel not closed * Dialer: Apply controllers in lc.Control
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.
Commit https://github.com/Cl-He-O/Xray-core/commit/690d76fb9ea87fcb18ee50a6d938df99de1c4117 fix the issue described in #4613.
Commit https://github.com/Cl-He-O/Xray-core/commit/115fa4449b36e81751637600d9254ac11c21d500 fix issue that dialer controllers are not called, introduced by 8284a0e. Dialer controllers are used in an android client to protect socket from looping back.