From a500a7b6dd577016ed103c083000e19f193bf21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20=C3=9Cbelh=C3=B6r?= <Tim.Uebelhoer@outlook.de> Date: Tue, 27 Jun 2017 22:16:11 +0200 Subject: [PATCH] Added comment --- ModeliProtocol.fbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ModeliProtocol.fbs b/ModeliProtocol.fbs index 3ba20dd..8e92b86 100644 --- a/ModeliProtocol.fbs +++ b/ModeliProtocol.fbs @@ -1,6 +1,8 @@ // This protocol is used by the ModeliChart backend to transfer data to the frontend namespace Network.Protocol; +// The TCP is 52062 + // The commands enum CommandEnum : int { KeepAlive, // Send this command to check if the connection is still alive, do nothing in the backend -- GitLab