You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During synchronization, a peer starts sending fairly large buffers (64KB at the time of this writing) and that can create congestion.
It might be faster to start w/ a buffer size equal to the congestion window size of the peer we're syncing with.
It would be better to respond to backpressure in a more appropriate way. Essentially every time a chunk is not fully written, then we've surpassed the congestion window size (which can be modified).
The text was updated successfully, but these errors were encountered:
During synchronization, a peer starts sending fairly large buffers (64KB at the time of this writing) and that can create congestion.
It might be faster to start w/ a buffer size equal to the congestion window size of the peer we're syncing with.
It would be better to respond to backpressure in a more appropriate way. Essentially every time a chunk is not fully written, then we've surpassed the congestion window size (which can be modified).
The text was updated successfully, but these errors were encountered: