Assuming CUBIC algo is in charge, correct?
Maybe the congestion window is getting really small, reason why we see such a drop in throughput?
We are using these options on both ends:
options.idleTimeout = 86_400_000
options.maxUDPPayloadSize = Int.max
options.initialMaxData = Int.max
options.initialMaxStreamDataBidirectionalLocal = Int.max
options.initialMaxStreamDataBidirectionalRemote = Int.max
options.initialMaxStreamDataUnidirectional = Int.max
options.initialMaxStreamsBidirectional = 50
Topic:
App & System Services
SubTopic:
Networking
Tags: