Re: Testing Congestion Control Algorithms

2015-04-23 Thread grenville armitage
This is veering somewhat off tangent for the freebsd-net list, but... On 04/23/2015 21:15, Karlis Laivins wrote: Hello once again, Before I dive in the TEACUP, I wanted to clarify this - should I build the testbed to consist of FreeBSD machines, will I be able to use congestion control module

Re: Testing Congestion Control Algorithms

2015-04-23 Thread Eggert, Lars
Hi, On 2015-4-23, at 09:17, Karlis Laivins karlis.laiv...@gmail.com wrote: I am currently working on a modification of TCP NewReno congestion control algorithm. It seems that I have been able to write a working module. Now, I am looking for a way to test the performance of the built-in

Re: Testing Congestion Control Algorithms

2015-04-23 Thread Julian Elischer
On 4/23/15 3:17 PM, Karlis Laivins wrote: Hi, I am currently working on a modification of TCP NewReno congestion control algorithm. It seems that I have been able to write a working module. Now, I am looking for a way to test the performance of the built-in congestion control algorithms and

Re: Testing Congestion Control Algorithms

2015-04-23 Thread hiren panchasara
On 04/23/15 at 10:17P, Karlis Laivins wrote: Hi, I am currently working on a modification of TCP NewReno congestion control algorithm. It seems that I have been able to write a working module. Now, I am looking for a way to test the performance of the built-in congestion control

Re: Testing Congestion Control Algorithms

2015-04-23 Thread Karlis Laivins
Hello once again, Before I dive in the TEACUP, I wanted to clarify this - should I build the testbed to consist of FreeBSD machines, will I be able to use congestion control module (.ko) that was created by modifying the cc_newreno (written in C) in TEACUP, or will I have to rewrite it in Python?

Re: Testing Congestion Control Algorithms

2015-04-23 Thread Karlis Laivins
Hi, Thank you very much for this suggestion! I will try to build the testbed and use the tool suggested by you. Best Regards, Karlis On Thu, Apr 23, 2015 at 12:45 PM, grenville armitage garmit...@swin.edu.au wrote: On 04/23/2015 17:17, Karlis Laivins wrote: Hi, I am currently working on

Re: Testing Congestion Control Algorithms

2015-04-23 Thread grenville armitage
On 04/23/2015 17:17, Karlis Laivins wrote: Hi, I am currently working on a modification of TCP NewReno congestion control algorithm. It seems that I have been able to write a working module. Now, I am looking for a way to test the performance of the built-in congestion control algorithms and