Explain number of allowed connections
This commit is contained in:
parent
b934bb120c
commit
9703b42b3a
3 changed files with 7 additions and 3 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue