Fix bug when the focused window deinitialized
[notion.git] / mod_notionflux / notionflux.h
blob11cd7839ee663067db582fe18f479cb999eac4ca
1 /*
2 * mod_notionflux/notionflux.h
4 * Copyright (c) Tuomo Valkonen 2004-2005.
6 * This is free software; you can redistribute it and/or modify it under
7 * the terms of the GNU Lesser General Public License as published by
8 * the Free Software Foundation; either version 2.1 of the License, or
9 * (at your option) any later version.
12 #ifndef NOTIONFLUX_H
13 #define NOTIONFLUX_H
15 /* This limit is deliberate, not just laziness. */
16 #define MAX_SERVED 8
17 #define CHUNK 1024
18 #define MAX_DATA (1024*4)
19 #define SOCK_MAX (108-1)
21 #endif