Files
i2p.itoopie/router/doc
jrandom 6b5b880ab6 * replaced explicit NACKs and numACKs with ACK bitfields for high congestion links
* increased the maximum number of fragments allowed in a message from 31 to 127,
  reducing the maximum fragment size to 8KB and moving around some bits in the fragment
  info.  This is not backwards compatible.
* removed the old (hokey) congestion control description, replacing it with the TCP-esque
  algorithm implemented
note: the code for the ACK bitfields and fragment info changes have not yet been
implemented, so the old version of this document describes whats going on in the live net.
the new bitfields / fragment info should be deployed in the next day or so (hopefully :)
2005-05-01 20:08:08 +00:00
..

$Id$

the i2p/router/ module is the root of the I2P
router, and everything within it is released 
according to the terms of the I2P license policy.  
That means everything contained within the 
i2p/router module is released into the public 
domain unless otherwise marked.  Alternate licenses 
that may be used include BSD, Cryptix, and MIT.