We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't need to keep around large receive buffers. Instead, we can use msgio's message reader to:
See https://github.com/libp2p/go-libp2p-kad-dht/blob/c245d836ab82922314dcbc364b3763d114938aad/dht_net.go#L76-L116 for how we do this in the DHT.
The text was updated successfully, but these errors were encountered:
@Stebalien Any update on this? Looks like it's been untouched for a while and is blocking ipfs/kubo#6621 (comment).
Sorry, something went wrong.
Any update on this? we experienced the same issue ssvlabs/ssv#688
@MarcoPolo would you like to take a swipe at this?
Happy to volunteer unless @MarcoPolo wants to tackle this
Successfully merging a pull request may close this issue.
We don't need to keep around large receive buffers. Instead, we can use msgio's message reader to:
See https://github.com/libp2p/go-libp2p-kad-dht/blob/c245d836ab82922314dcbc364b3763d114938aad/dht_net.go#L76-L116 for how we do this in the DHT.
The text was updated successfully, but these errors were encountered: