Examples of notifyOfPacketAcknowledged()


Examples of freenet.io.xfer.PacketThrottle.notifyOfPacketAcknowledged()

    PacketThrottle throttle = pn.getThrottle();
    if(throttle == null)
      return;
    throttle.setRoundTripTime(rt);
    if(validAck)
      throttle.notifyOfPacketAcknowledged(maxSize);
  }

  /** Queue an ack.
   * @return -1 If the ack was already queued, or the total number queued.
   */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.