ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

UDP Buffer Sizes problem #2626

Open kotenok2000 opened 7 months ago

kotenok2000 commented 7 months ago

Describe the bug I have got following error. failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details. after setting

 net.core.rmem_max=2500000

net.core.wmem_max=2500000

in /etc/sysctl.conf i got new error connection doesn't allow setting of send buffer size. Not a *net.UDPConn?. See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details. To Reproduce

Set net.core.rmem_max=2500000

net.core.wmem_max=2500000

Expected behavior

It doesn't display errors Screenshots image

If applicable, add screenshots to help explain your problem.

System information (please complete the following information):

Additional context

Add any other context about the problem here.