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

bugfix: local dns upstream udp packet buffer size 256 #1814

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

chuxi
Copy link
Contributor

@chuxi chuxi commented Dec 14, 2024

local dns upstream udp packet buffer size 256 causes socket receive io error.

The DNS packet size is bigger and if it exceeds the buffer size, the socket raise receive error and return Err(ProtoError).

image

@zonyitoo zonyitoo merged commit e33819f into shadowsocks:master Dec 15, 2024
17 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.

2 participants