Author: toad Date: 2007-05-31 22:29:38 +0000 (Thu, 31 May 2007) New Revision: 13424
Modified: trunk/freenet/src/freenet/io/xfer/BulkTransmitter.java Log: Comments Modified: trunk/freenet/src/freenet/io/xfer/BulkTransmitter.java =================================================================== --- trunk/freenet/src/freenet/io/xfer/BulkTransmitter.java 2007-05-31 21:20:48 UTC (rev 13423) +++ trunk/freenet/src/freenet/io/xfer/BulkTransmitter.java 2007-05-31 22:29:38 UTC (rev 13424) @@ -11,7 +11,7 @@ /** * Bulk data transfer (not block). Bulk transfer is designed for files which may be much bigger than a - * key block, and where we have the whole file at the outset. + * key block, and where we have the whole file at the outset. Do not persist across node restarts. * * Used by update over mandatory, sending a file to our peers attached to an N2NTM etc. * @author toad
