-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed as not planned
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels