Date: Sat, 18 Apr 2015 09:59:01 +0300 From: Karlis Laivins <karlis.laivins@gmail.com> To: freebsd-net@freebsd.org Subject: Congestion Control Modification Message-ID: <CAF4H_7mSGp_GZGaDBx8xq47FY1j85xLHq%2BZY1jMzprbzp%2Bg9zw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I have read an interesting publication about a proposed modification of TCP Congestion Control algorithm that would allow to improve it (the CC) by dynamic bandwidth estimation. The idea seems so interesting that I would like to try to implement it by modifying the NewReno code. Do I understand correctly that to do the above stated, I would create a copy of source file (in my case - cc_newreno.c) located in /usr/src/sys/ and rename it to, for example, cc_newreno_test.c and make changes to it? How would I then compile it, and how would I create a newreno_test.ko file that can be loaded into Kernel and tested? Thank you in advance for your answers! With Best Regards, Karlis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF4H_7mSGp_GZGaDBx8xq47FY1j85xLHq%2BZY1jMzprbzp%2Bg9zw>