Skip to content
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

increase the UDP receiver buffer size on CI #1323

Merged
merged 1 commit into from Feb 7, 2022

Conversation

marten-seemann
Copy link
Contributor

This will prevent quic-go from spamming our logs with

2022/02/07 05:44:20 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.

@marten-seemann marten-seemann merged commit 11e3b9a into master Feb 7, 2022
brossetti1 added a commit to data-preservation-programs/ValidationBot that referenced this pull request Jan 18, 2023
## Description

#39

we are getting the following error on ci tests for task -- :

```
failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
```

I found a reference in `go-libp2p` that addresses this same issue and
implements the fix discussed in the `quic-go` guide

libp2p/go-libp2p#1323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants