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
With enough understanding of quic's packet handling mechanism, we now take the first step to implementation.
The first step is to implement a send_algorithm_interface from scratch with only capability of packet pacing at the rate we set. This is the essential part of PCC in terms of functionality.
We may need to adjust the maximum congestion window size to let the constant pacing work.
The text was updated successfully, but these errors were encountered:
With enough understanding of quic's packet handling mechanism, we now take the first step to implementation.
The first step is to implement a send_algorithm_interface from scratch with only capability of packet pacing at the rate we set. This is the essential part of PCC in terms of functionality.
We may need to adjust the maximum congestion window size to let the constant pacing work.
The text was updated successfully, but these errors were encountered: