aboutsummaryrefslogtreecommitdiff
path: root/src/stream/stream_protocol.h
diff options
context:
space:
mode:
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;
};