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

貢獻者指南