Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kconfig #435

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,23 @@ config TCP_CONG_BBR
bufferbloat, policers, or AQM schemes that do not provide a delay
signal. It requires the fq ("Fair Queue") pacing packet scheduler.

config TCP_CONG_AGILESD
tristate "Agile-SD Congestion control"
default n
---help---
This is version 1.0 of Agile-SD TCP a sender-side only.
It reduces the sensitivity to packet losses, which in turn
increases the throughput up to 55 percent.
Agile-SD is a Loss-Based Congestion Control Algorithm for TCP v1.0.
Agile-SD has been created by Mohamed A. Alrshah,
at Faculty of Computer Science and Information Technology,
Universiti Putra Malaysia.
Agile-SD is based on the article, which is published in 2015 as below:
Alrshah, M.A., Othman, M., Ali, B. and Hanapi, Z.M., 2015.
Agile-SD: a Linux-based TCP congestion control algorithm for supporting high-speed and short-distance networks.
Journal of Network and Computer Applications, 55, pp.181-190.


choice
prompt "Default TCP congestion control"
default DEFAULT_CUBIC
Expand Down