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

XTLS Vision: Use separate uplink/downlink flag for direct copy #4329

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

yuhan6665
Copy link
Member

For each connection, xtls need 4 flags for uplink/downlink reader/writer to decide when it switch to direct copy.
In the past, there were only one for read and one for write. If service has xtls inbound and xtls outbound, the two flags may be corrupted by signal from different directions.

For each connection, xtls need 4 flags for uplink/downlink reader/writer to decide when it switch to direct copy.
In the past, there were only one for read and one for write.
If service has xtls inbound and xtls outbound, the two flags may be corrupted by signal from different directions.
@Fangliding Fangliding linked an issue Jan 27, 2025 that may be closed by this pull request
4 tasks
@RPRX RPRX changed the title Add separate uplink/downlink flag for direct copy XTLS Vision: Use separate uplink/downlink flag for direct copy Jan 27, 2025
@RPRX RPRX merged commit 03131c7 into XTLS:main Jan 27, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VLESS+Reality and intermediate server configuration
2 participants