3.1.3.1 Session-Specific Structure

Session-specific structures are initialized with the values described in the table that follows.

Note The dotted notation in the table indicates the structures of a Session object instance. For example, Session.SeqNumForSend refers to the SeqNumForSend variable of the Session object.

Variable

Value

Session.SeqNumForSend

0

Session.HighWaterForSend

4

Session.SeqNumForRecv

0

Session.HighWaterForRecv

4

Session.ReceivePacketQueue

Empty

If the delayed acknowledgment algorithm is used, as specified in section 3.1.5.2.3, Session.LastHighWaterforRecv will have a value of 4. Otherwise, the Session.LastHighWaterForRecv variable is not used.