TCP Low Priority module (TCP-LP-MOD) is an implementation of TCP-LP, as pluggable TCP congestion control module, for Linux kernel after version 2.6.14.
Be the first to post a text review of TCP-LP module for Linux 2.6.x. Rate and review a project by clicking thumbs up or thumbs down in the right column.
TCP Low Priority (TCP-LP) is a distributed algorithm whose goal is to utilize network bandwidth, by using the excess portion of bandwidth. Compare to fair-sharing TCP, TCP-LP is non-intrusive to bandwidth competition and more flexible to control the priority of different processes. TCP Low Priority module (TCP-LP-MOD) is an implementation of TCP-LP, as pluggable TCP congestion control module, for Linux kernel after version 2.6.14. TCP-LP-MOD release 1.6 is patch version to Linux kernel 2.6.18. This release make sure no oops will happened on tcp_lp_remote_hz_estimator() due to return zero. It is highly recommended to apply this patch if you are using TCP-LP-MOD. To apply this patch, please run the following command within your kernel source tree: bzcat path_to_your_patch/tcp-lp-1.6.patch.bz2 | patch -p1 You may find more information in our homepage http://tcp-lp-mod.sourceforge.net/ and download release 1.6 in here http://prdownloads.sourceforge.net/tcp-lp-mod/tcp-lp-1.6.patch.bz2?download
TCP Low Priority (TCP-LP) is a distributed algorithm whose goal is to utilize network bandwidth, by using the excess portion of bandwidth. Compare to fair-sharing TCP, TCP-LP is non-intrusive to bandwidth competition and more flexible to control the priority of different processes. TCP Low Priority module (TCP-LP-MOD) is an implementation of TCP-LP, as pluggable TCP congestion control module, for Linux kernel after version 2.6.14. TCP-LP-MOD release 1.5 is an update version due to Linux kernel 2.6.18-rc6. This release contain some update in coding style, document, and a small bug fix to tcp_lp_remote_hz_estimator(). You may find more information in our homepage http://tcp-lp-mod.sourceforge.net/ and download release 1.5.2 in here http://prdownloads.sourceforge.net/tcp-lp-mod/tcp-lp-1.5.2.tar.bz2?download
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?