Skip to content

Commit

Permalink
increase the UDP receiver buffer size on CI (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Feb 7, 2022
1 parent dd040e1 commit 11e3b9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/go-test-setup/action.yml
@@ -0,0 +1,7 @@
runs:
using: "composite"
steps:
- name: increase the UDP receive buffer size # see https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size
shell: bash
run: sysctl -w net.core.rmem_max=2500000
if: ${{ matrix.os == 'ubuntu' }}

0 comments on commit 11e3b9a

Please sign in to comment.