diff --git a/ModeliProtocol.fbs b/ModeliProtocol.fbs
index 3b06ebfbb111364bf6e34e586d45510863a7d956..d19e451f69000ac9e767904ec411d10226eb5b99 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