µC/TELNETs Internal Command Processing

When a complete line is received, the telnet server first tries to find a match with its internal commands before attempting to find one externally. The current implementation only support one internal command, which is the logout command:

logout

Upon transmission of this command, the telnet session is closed, and the server is then ready to accept another connection.