This commit implements a new TCP congestion control algorithm, namely Agile-SD.
A detailed description of Agile-SD is published in the following 2 articles:
[1] "Agile-SD: a Linux-based TCP congestion control algorithm for supporting
high-speed and short-distance networks",
Alrshah, M.A., Othman
Published:
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.
Agile-SD is a new loss-based and RTT-independent TC
Published:
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.
Agile-SD is a new loss-based and RTT-independent TC
From: Mohamed Alrshah
---
net/ipv4/Kconfig | 15
net/ipv4/Makefile | 1 +
net/ipv4/tcp_agilesd.c | 221 +
3 files changed, 237 insertions(+)
create mode 100755 net/ipv4/tcp_agilesd.c
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kco
4 matches
Mail list logo