diff --git a/ModeliProtocol.fbs b/ModeliProtocol.fbs
index 3ba20ddd19785e704d4f46ebce923db48ba9a22f..8e92b8669ce63417a13094159e07c91cd4c8a2f0 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