Package com.automation_pros.odva.encap
Class ConxMapItem
- java.lang.Object
-
- com.automation_pros.odva.encap.ConxMapItem
-
public class ConxMapItem extends java.lang.Object
Incoming connected packets need to be identified by connectionID and possibly also by source address to route it to the correct connection, if not just dropped. Also, Class 0 & 1 connected packets must have a sequence number verified to be increasing.
-
-
Field Summary
Fields Modifier and Type Field Description int
lastSeq
LinkConsumer
link
-
Constructor Summary
Constructors Constructor Description ConxMapItem(LinkConsumer link, int lastSeq)
-
-
-
Field Detail
-
link
public final LinkConsumer link
-
lastSeq
public int lastSeq
-
-
Constructor Detail
-
ConxMapItem
public ConxMapItem(LinkConsumer link, int lastSeq)
-
-