c-template
client_conn Struct Reference

a structure containing a file descriptor and address information More...

#include <socket_server.h>

Collaboration diagram for client_conn:

Data Fields

int socket_number
 
sock_addr_storageaddress
 

Detailed Description

a structure containing a file descriptor and address information

Todo:
  • enable a queue/list of these

Definition at line 61 of file socket_server.h.

Field Documentation

◆ address

sock_addr_storage* client_conn::address

Definition at line 63 of file socket_server.h.

◆ socket_number

int client_conn::socket_number

Definition at line 62 of file socket_server.h.


The documentation for this struct was generated from the following file: