43// unsigned int rightWinEdge; //The highest sequence number that the remote application is currently willing to accept on this connection.
44// unsigned int lastRightWinEdgeSent; //The sequence number of the last Right Window Edge Sent in a Control PDU. (This should be the same as RightWindowEdge.)
45//rxQ //retransmissionQueue - The queue of PDUs that have been handed off to the RMT but not yet acknowledged.
46
47/* Moved to DTCPState because it is needed even if RXControl is not present */
48// unsigned int nextSenderControlSeqNum; //This state variable will contain the Sequence Number to be assigned to a Control PDU sent on this connection.
49// unsigned int lastControlSeqNumRcv; // - This state variable contains the sequence number of the next expected Transfer PDU received on this connection.
50
51// unsigned int sendLeftWinEdge; // This state variable contains the Sequence Number of the lowest sequence number expected to be Acked. This should be the Sequence Number of the first PDU on the RetransmissionQ.
52// unsigned int dataReXmitMax; // The maximum number of retransmissions of PDUs without a positive acknowledgement that will be tried before declaring an error.
53// unsigned int rcvLeftWinEdge; // This state variable contains the Sequence Number of the lowest sequence number expected to be Acked. This should be the Sequence Number of the first PDU on the RetransmissionQ.
54
55
56
57// unsigned int dupAcks;
58
59
60/* Nota Bene: DTCP PDU Retransmission: Note that there is no retransmission queue
61 for DTCP Control PDUs, when a lost control PDU is detected a new one is generated