Defines | |
| #define | BUFFER_SIZE 1024 |
| Buffer for receiving the request. | |
| #define | PORT_NUMBER 8080 |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
Variables | |
| static char | buf [BUFFER_SIZE] |
| static const char * | response_msg |
| Response to send to client. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
1.4.7