Go to the source code of this file.
Defines | |
#define | PORT_NR 23 |
The port-number we are listening on. | |
#define | OUTPUT_BUFFER_SIZE (128*1024) |
The size of the internal buffer to hold the logged data. | |
#define | CONFIG_BOOTP_RETRIES 5 |
The max. number of bootp retries. | |
#define | CONFIG_BOOTP_TIMEOUT 5000 |
The timeout for bootp requests in ms. | |
#define | CONFIG_LOG_LOCK 0 |
Set CONFIG_LOG_LOCK to 1 if you want log-output on locking activities. | |
#define | CONFIG_LOG_REQUESTS 0 |
Set CONFIG_LOG_REQUESTS to 1 if you want to see client-log requests. | |
#define | CONFIG_LOG_RINGBUFFER 0 |
Set CONFIG_LOG_RINGBUFFER if you want to log activities on the ringbuffer. | |
#define | CONFIG_LOG_TCPIP 0 |
Set CONFIG_LOG_TCPIP if you want logging of tcpip-related actions. | |
#define | CONFIG_LOG_IPC 0 |
Set CONFIG_LOG_IPC to log the IPCs between the logserver's threads. | |
#define | CONFIG_LOG_NOTICE 1 |
Set CONFIG_LOG_NOTICE if you want state-information (recommended). |
Definition in file config.h.