Package: simu5g.nodes.mec.MECPlatform.MECServices.MECServiceBase
SocketManager
simple moduleThis simple module is responsible for managing the state of TCP connections for MEC services. It is instantiated by MecServiceBase to handle each new connection, utilizing the inet::TcpSocket::CallbackInterface. It processes incoming HTTP packets and manages requests and responses within the system.
Source code
// // This simple module is responsible for managing the state of TCP connections for MEC services. // It is instantiated by MecServiceBase to handle each new connection, utilizing the // inet::TcpSocket::CallbackInterface. It processes incoming HTTP packets and manages // requests and responses within the system. // simple SocketManager { }File: src/nodes/mec/MECPlatform/MECServices/MECServiceBase/SocketManager.ned