]> git.sesse.net Git - nageru/blob - futatabi/defs.h
Log a warning when we kill a client that is not keeping up.
[nageru] / futatabi / defs.h
1 #ifndef _DEFS_H
2 #define _DEFS_H 1
3
4 #define MAX_STREAMS 16
5 #define CACHE_SIZE_MB 2048
6 #define MUX_BUFFER_SIZE 10485760
7 #define FRAMES_PER_FILE 1000
8
9 #define DEFAULT_HTTPD_PORT 9096
10
11 #endif  // !defined(_DEFS_H)