From 9b12fd467621fb9379cc89da9150bdc93f078352 Mon Sep 17 00:00:00 2001 From: Dongha Kim Date: Tue, 27 Feb 2024 09:25:09 -0700 Subject: [PATCH] Update comments --- include/core/federated/network/net_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/federated/network/net_common.h b/include/core/federated/network/net_common.h index 9ea720fd7..8f2bc3f5a 100644 --- a/include/core/federated/network/net_common.h +++ b/include/core/federated/network/net_common.h @@ -386,7 +386,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * Byte identifying a timestamped message to forward to another federate. * The next two bytes will be the ID of the destination reactor port. * The next two bytes are the destination federate ID. - * The four bytes after that will be the length of the message. + * The four bytes after that will be the length of the message (as an unsigned 32-bit int). * The next eight bytes will be the timestamp of the message. * The next four bytes will be the microstep of the message. * The remaining bytes are the message.