Explain number of allowed connections

This commit is contained in:
Igor Socec 2016-11-19 15:10:57 +01:00
parent b934bb120c
commit 9703b42b3a
3 changed files with 7 additions and 3 deletions

View file

@ -13,7 +13,7 @@
/* Global variables used throughout the application. */
server_t server; /* main server */
client_t client; /* connected client */ //TODO working with only 1 client, this can be expanded into a list
client_t client; /* connected client */
client_t new_client; /* reserved for a new client request */
tty_t tty_dev; /* connected tty device */