|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Client side implementation of UDP client-server model. More...
#include <arpa/inet.h>#include <netdb.h>#include <netinet/in.h>#include <sys/socket.h>#include <sys/types.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Macros | |
| #define | PORT 8080 |
| port number to connect to | |
| #define | MAXLINE 1024 |
| maximum characters per line | |
Functions | |
| int | main () |
| Driver code. | |
Client side implementation of UDP client-server model.