Classes | |
struct | owwl_client_ |
Structure used to hold client connexion data. More... | |
struct | owwl_server_ |
Structure used to hold server data. More... | |
Typedefs | |
typedef owwl_client_ | owwl_client |
Structure used to hold client connexion data. | |
typedef owwl_server_ | owwl_server |
Structure used to hold server data. |
|
Structure used to hold client connexion data. An owwl_server may point to an array of owwl_client, with "first_client". These form a doubly-linked list. Each owwl_client gives a socket fd for one connected client, to which data should be sent. |
|
Structure used to hold server data. An owwl_conn may point to an array of owwl_server, with "server". This is a singly-linked list of sockets and clients. The sockets listen for incoming client connexions. first_client points to the start of a doubly-linked list of clients. |