Skip to content

Question  #4070

@ghost

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

@2dust

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions