org.mpisws.p2p.transport.peerreview.commitment
Class ReceiveInfo<Identifier>
java.lang.Object
org.mpisws.p2p.transport.peerreview.commitment.ReceiveInfo<Identifier>
public class ReceiveInfo<Identifier>
- extends Object
We cache a few recently received messages, so we can recognize duplicates.
We also remember the location of the corresponding RECV entry in the log,
so we can reproduce the matching acknowledgment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceiveInfo
public ReceiveInfo(Identifier sender,
long senderSeq,
long indexInLocalHistory)
Copyright © 2010. All Rights Reserved.