Package freenet.node.NewPacketFormat

Examples of freenet.node.NewPacketFormat.SentPacket.lost()


          // RTT if an ack may surface later on.
          if(!s.messages.isEmpty()) {
                lostSentTimes.report(e.getKey(), s.getSentTime());
              }
              // Mark the packet as lost and remove it from our active packets.
              s.lost();
          it.remove();
          bigLostCount++;
        } else {
          count++;
        }
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.