Go to the source code of this file.
Data Structures | |
| struct | tAppConfig |
Defines | |
| #define | MAXPENDING 10 |
| #define | MAXCLIENTS 1000 |
| #define | READBUFSIZE 2048 |
| #define | DEFAULTPORT 8801 |
| #define | DEFAULTPATH "logfiles" |
| #define | LOGNAMEPATTERN "log-%Y-%m-%d_%Hh" |
| #define | MAX(x, y) ((x) > (y) ? (x) : (y)) |
| #define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
Functions | |
| int | handleCmdLine (tAppConfig *config, int argc, char *argv[]) |
| #define DEFAULTPATH "logfiles" |
Definition at line 8 of file appConfig.h.
| #define DEFAULTPORT 8801 |
Definition at line 7 of file appConfig.h.
| #define LOGNAMEPATTERN "log-%Y-%m-%d_%Hh" |
Definition at line 9 of file appConfig.h.
| #define MAX | ( | x, | |||
| y | ) | ((x) > (y) ? (x) : (y)) |
Definition at line 12 of file appConfig.h.
| #define MAXCLIENTS 1000 |
Definition at line 5 of file appConfig.h.
| #define MAXPENDING 10 |
Definition at line 4 of file appConfig.h.
| #define MIN | ( | x, | |||
| y | ) | ((x) < (y) ? (x) : (y)) |
Definition at line 15 of file appConfig.h.
| #define READBUFSIZE 2048 |
Definition at line 6 of file appConfig.h.
| int handleCmdLine | ( | tAppConfig * | config, | |
| int | argc, | |||
| char * | argv[] | |||
| ) |
Definition at line 10 of file handleCmdLine.c.
1.5.8