superfly/corrosion

Use QUIC's congestion window size when sending data

开放

#61 创建于 2023年9月21日

 (1 条评论) (0 个反应) (0 位负责人)Rust (83 个派生)auto 404
:detective: investigative workenhancementgood first issuehelp wanted

仓库指标

星标
 (1,817 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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).

贡献者指南