aboutsummaryrefslogtreecommitdiff
path: root/src/stream/stream_protocol.h
diff options
context:
space:
mode:
authorBertrand Marc <beberking@gmail.com>2012-06-06 20:47:48 +0200
committerBertrand Marc <beberking@gmail.com>2012-06-06 20:47:48 +0200
commit740b30688bd745a527f96f9116c19acb3480971a (patch)
tree2709a3f4dba11c174aa9e1ba3612e30c578e76a9 /src/stream/stream_protocol.h
parent2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff)
Imported Upstream version 0.9.3upstream/0.9.3
Diffstat (limited to 'src/stream/stream_protocol.h')
-rw-r--r--src/stream/stream_protocol.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stream/stream_protocol.h b/src/stream/stream_protocol.h
index 0c1987e..0c5376f 100644
--- a/src/stream/stream_protocol.h
+++ b/src/stream/stream_protocol.h
@@ -127,10 +127,8 @@ struct GNUNET_STREAM_AckMessage
GNUNET_STREAM_AckBitmap bitmap GNUNET_PACKED;
/**
- * The sequence number of the Data Message upto which the receiver has filled
- * its buffer without any missing packets
- *
- * FIXME: Do we need this?
+ * The sequence number of the next Data Message receiver is
+ * anticipating. Data messages less than this number are received by receiver
*/
uint32_t base_sequence_number GNUNET_PACKED;
@@ -163,7 +161,7 @@ struct GNUNET_STREAM_HelloAckMessage
*
* FIXME: Remove if not needed
*/
- uint32_t receive_window_size;
+ uint32_t receiver_window_size;
};