-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add congestion control parameters to config
The loss-based congestion control get poor performance under high bandwidth, high rtt and packet loss case since the congestion window becomes 1 mtu and increase slowly after retransmit timeout. And fast recovery retransmit cause exit slowly in consecutive packet loss. This change add paramters to the config then the user can set them to get higher throughput in such cases.
- Loading branch information
1 parent
943ac50
commit cbba1a0
Showing
2 changed files
with
126 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters