#include <w3types.h>
Data Fields | |
char * | hostname |
int | socket |
sockaddr_in | sockaddr |
short int | port |
|
Name of the host running the server. |
|
Port number of the server process. HTTP servers normally run on port 80. |
|
Contains the sockaddr data used by lower level functions. Normally the user should not need to know about this. |
|
Contains a valid socket descriptor after a connection has successfully been set up. |