client_data Struct Reference

Used for storing client information like file descriptor through which client is connected, nick name of the connected client, ip address of client machine. More...

#include <server.h>

List of all members.

Public Attributes

int fd
 file descriptor through which client is connected
char nick [DATASIZE]
 nick name of the connected client
char ip [DATASIZE]
 ip address of client machine.


Detailed Description

Used for storing client information like file descriptor through which client is connected, nick name of the connected client, ip address of client machine.

Definition at line 32 of file server.h.


Member Data Documentation

file descriptor through which client is connected

Definition at line 33 of file server.h.

Referenced by start_server().

char client_data::ip[DATASIZE]

ip address of client machine.

Definition at line 35 of file server.h.

Referenced by start_server().

char client_data::nick[DATASIZE]

nick name of the connected client

Definition at line 34 of file server.h.

Referenced by start_server().


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

Generated on Wed Apr 7 17:06:31 2010 for LAN-Messenger(Server) by  doxygen 1.5.8