[PATCH] Adding-Agile-SD-TCP-module-and-modifying-Kconfig-and-makefile

2017-08-15 Thread mohamedalrshah
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

[PATCH] Adding Agile-SD TCP module and modifying Kconfig and Makefile

2017-08-01 Thread mohamedalrshah
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

[PATCH] Adding Agile-SD TCP module and modifying Kconfig and Makefile

2017-08-01 Thread mohamedalrshah
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

[PATCH] Adding Agile-SD TCP module and modifying Kconfig and Makefile to configure the kernel for this new module to configure the kernel for this new module.

2017-08-01 Thread mohamedalrshah
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