-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Question #4070
Comments
What config are you using? AFAIK it is already |
Hi |
Full config? AndroidLibXrayLite should have already provided correct *net.UDPConn. If you don't use dialerProxy this should not happen. If you use dialerProxy I don't think this can be fixed.
|
If I'm not mistaken, xhttp or splithttp uses dialerproxy |
Next, you have come here, if possible, take a look at AndroidLibXrayLite and v2rayNG, if something is necessary, commit pr😅🙏 |
|
The boss should also comment on your former PR |
|
hello boss
Can this error be solved?
connection does not allow setting of send buffer size. Not a *net.UDPConn?. See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.
Of course, this was ai's answer
Answer
The error message "connection doesn't allow setting of send buffer size" in v2rayNG software means that your connection is not of the type and cannot set the send buffer size. To fix this problem, you can increase the size of UDP buffers using the following commands in Linux:net.UDPConn
bash
sudo sysctl -w net.core.rmem_max=2500000
sudo sysctl -w net.core.wmem_max=2500000
These changes will help you avoid this error. Also, make sure the proxy settings and UDP ports are configured correctly
@2dust
The text was updated successfully, but these errors were encountered: