FreeWRL/FreeX3D  3.0.0
SCKHeaders.h
1 /*
2 
3 */
4 
5 /****************************************************************************
6  This file is part of the FreeWRL/FreeX3D Distribution.
7 
8  Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
9 
10  FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
11  it under the terms of the GNU Lesser Public License as published by
12  the Free Software Foundation, either version 3 of the License, or
13  (at your option) any later version.
14 
15  FreeWRL/FreeX3D is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
22 ****************************************************************************/
23 
24 
25 
26 /**********************************************************************************************/
27 /* */
28 /* This file is part of the FreeWRL/FreeX3D Distribution, from http://freewrl.sourceforge.net */
29 /* */
30 /**********************************************************************************************/
31 
32 #define MAXEAIHOSTNAME 255 /* length of hostname on command line */
33 #define EAIREADSIZE 8192 /* maximum we are allowed to read in from socket */
34 #define EAIBASESOCKET 9877 /* socket number to start at */
35 
36 #define MAX_SERVICE_CHANNELS 8
37 /*
38  * But please notice that as Jun 2012, only 2 are actually in use
39  * CHANNEL_EAI and (obsolete) CHANNEL_MIDI and have proper full definitions.
40  */
41 #define SOCKET_SERVICE_DEFAULT_VERBOSE 0