Some additional comments.

This commit is contained in:
Andrzej Kapolka 2014-07-11 15:51:36 -07:00
parent ff28b9c871
commit 5e34bcc423

View file

@ -426,9 +426,9 @@ private:
int _writePositionResetPacketNumber; int _writePositionResetPacketNumber;
SpanList _acknowledged; SpanList _acknowledged;
bool _messagesEnabled; bool _messagesEnabled;
int _messageLengthPlaceholder; int _messageLengthPlaceholder; ///< the location in the buffer of the message length for the current message
int _messageReceivedOffset; int _messageReceivedOffset; ///< when reached, indicates that the most recent sent message has been received
int _messageSize; int _messageSize; ///< the size of the most recent sent message; only valid when _messageReceivedOffset has been set
}; };
#endif // hifi_DatagramSequencer_h #endif // hifi_DatagramSequencer_h