Penguin

Differences between version 51 and predecessor to the previous major change of DCCP.

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

Newer page: version 51 Last edited on Wednesday, December 13, 2006 10:29:45 am by IanMcDonald Revert
Older page: version 50 Last edited on Thursday, November 30, 2006 9:19:27 am by IanMcDonald Revert
@@ -20,9 +20,9 @@
 The [CCID]3 code was, as IanMcDonald mentioned, drawn from the [WAND] group, that in turn got it initially from the Lulea [FreeBSD] codebase and made it work in the core DCCP stack written by Patrick ~McManus. It was modified by ArnaldoMelo to fit Linux standards wrt list handling and several other aspects. 
  
 The [CCID] modular infrastructure was written to fit the [CCID]3 existing interface, but will probably be changed in the near future in the effort to have a generic CA (Congestion Avoidance) infrastructure shared with [TCP] (and others, who knows), continuing work on the existing [TCP] CA infrastructure put in place by Stephen Hemminger. 
  
-To have a look at the theoretical performance of [CCID]3 see http://wand.net.nz/~iam4 /dccp/xcalc .sxc - the codebase currently assumes s=256, unless you override with an option
+To have a look at the theoretical performance of [CCID]3 see http://wand.net.nz/~perry /max_download .php - the codebase currently calculates s using a weighted average
  
 !!TcpDump support 
  
 TcpDump now has DCCP support in the tree. There is TcpDump support available at http://wand.cs.waikato.ac.nz/~iam4/dccp/tcpdump8.diff for older versions. This applies to many versions and at least the weekly build from CVS of tcpdump dated 22nd August 2005. Remember to run tcpdump(8) with a -s0 parameter to capture all data (or some other value) as the default size gets the base DCCP header, but not the options, in many cases.