Author: toad
Date: 2008-02-29 22:27:51 +0000 (Fri, 29 Feb 2008)
New Revision: 18268

Modified:
   trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
Log:
1024 not 1137

Modified: trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java     2008-02-29 
22:12:40 UTC (rev 18267)
+++ trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java     2008-02-29 
22:27:51 UTC (rev 18268)
@@ -101,7 +101,7 @@
                                        int totalPackets;
                                        try {
                                                
throttle.sendThrottledMessage(DMT.createPacketTransmit(_uid, packetNo, 
_sentPackets, _prb.getPacket(packetNo)), 
-                                                               _destination, 
_masterThrottle, PACKET_SIZE, _ctr);
+                                                               _destination, 
_masterThrottle, _prb._packetSize, _ctr);
                                                if(_ctr != null) 
_ctr.sentPayload(_prb._packetSize);
                                                
totalPackets=_prb.getNumPackets();
                                        } catch (NotConnectedException e) {


Reply via email to