| 
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 | 
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <pwd.h>
/* Compile time constants */
#define FILED_VERSION "#define FILED_SENDFILE_MAX 16777215
#define FILED_MAX_FAILURE_COUNT 30
#define FILED_DEFAULT_TYPE "application/octet-stream"
/* Default values */
#define PORT 80
#define THREAD_COUNT 50.9" | 
|
 | 
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 | 
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <pwd.h>
/* Compile time constants */
#define FILED_VERSION "1.0"
#define FILED_SENDFILE_MAX 16777215
#define FILED_MAX_FAILURE_COUNT 30
#define FILED_DEFAULT_TYPE "application/octet-stream"
/* Default values */
#define PORT 80
#define THREAD_COUNT 5
 |