Penguin

Differences between current version and predecessor to the previous major change of DCCPTesting.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 10 Last edited on Monday, February 20, 2006 4:47:29 pm by IanMcDonald
Older page: version 9 Last edited on Wednesday, October 26, 2005 11:06:40 am by IanMcDonald Revert
@@ -1,28 +1 @@
-This page talks about how to test the [Linux ] implementation of [DCCP].  
-  
-IanMcDonald is currently testing using the following setup:  
-On receive end:  
-<verbatim>  
-ttcp -c -l256 -r  
-</verbatim>  
-  
-On send end:  
-<verbatim>  
-ttcp -c -l256 -t 10..2.2  
-</verbatim>  
-  
-The -l256 is a workaround for packet sizes in [DCCP].  
-  
-And the setup on 10..5.5 (which provides a route between 10..2.2 and 10..7.7) is:  
-<verbatim>  
-tc qdisc add dev eth0 root netem delay 50ms loss 10%  
-tc qdisc add dev eth1 root netem delay 50ms loss 10%  
-</verbatim>  
-  
-I vary [NetEm] to produce no delay, delay, loss, no loss.  
-  
-One thing to remember when generating loss is that [DCCP] does not consider it to be loss unless three packets lost in a row.  
-  
-[Ostra] is a good tool for [DCCP] debugging .  
-  
-Arnaldo - can you add about the work you are doing on libdnet, testscripts and provide links etc  
+Describe [DCCPTesting ] here