equal
deleted
inserted
replaced
123 Buffer::Iterator SerializeBitmap (Buffer::Iterator start) const; |
123 Buffer::Iterator SerializeBitmap (Buffer::Iterator start) const; |
124 Buffer::Iterator DeserializeBitmap (Buffer::Iterator start); |
124 Buffer::Iterator DeserializeBitmap (Buffer::Iterator start); |
125 |
125 |
126 /** |
126 /** |
127 * This function is used to correctly index in both bitmap |
127 * This function is used to correctly index in both bitmap |
128 * and compressed bitmap, one bit or one block of 16 bits respectly. |
128 * and compressed bitmap, one bit or one block of 16 bits respectively. |
129 * If we are using basic block ack, return value represents index of |
129 * If we are using basic block ack, return value represents index of |
130 * block of 16 bits for packet having sequence number equals to <i>seq</i>. |
130 * block of 16 bits for packet having sequence number equals to <i>seq</i>. |
131 * If we are using compressed block ack, return value represents bit |
131 * If we are using compressed block ack, return value represents bit |
132 * to set to 1 in the compressed bitmap to indicate that packet having |
132 * to set to 1 in the compressed bitmap to indicate that packet having |
133 * sequence number equals to <i>seq</i> was correctly received. |
133 * sequence number equals to <i>seq</i> was correctly received. |