Replies: 2 comments 5 replies
-
@kpp as the author of #3454, do you remember why the decision was made to override the the quinn default here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @b-zee thanks for your report! @nazar-pc probably this also relates to your problem? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With our Autonomi test networks we're receiving some feedback by community members that are suggesting their routers get overwhelmed/saturated in terms of UDP traffic. This might partly be due to a current problem we're having with too many open connections, but it's plausible another configuration plays a role here: the
max_stream_data
setting forlibp2p-quic
.The doc for this setting is:
Also explained by
quinn
(stream_receive_window
) as:In
quinn
this value is by default set to 1.250.000 (1.25 MiB):But
libp2p-quic
sets this to 10.000.000 (10MiB). I'm curious if there's a rationale behind increasing the value from 1.25MiB to 10MiB. This seems like a significant change.I'm also curious if anyone perhaps knows if this can play a role in our network.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions