From: Peep P. <so...@us...> - 2004-06-07 15:38:24
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7373 Modified Files: compile_options.h Log Message: Minor changes in wording. Index: compile_options.h =================================================================== RCS file: /cvsroot/agd/server/src/compile_options.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- compile_options.h 1 Apr 2004 19:17:14 -0000 1.13 +++ compile_options.h 7 Jun 2004 15:38:15 -0000 1.14 @@ -22,11 +22,12 @@ /* What file will the driver fall back to if no config file is supplied as an argument. Change this only if you don't have root - access and can't do 'make install'. */ + access and can't do 'make install' + (or if your default config is located somewhere + else than /usr/share/agd, of course). */ #define DEFAULT_CONFIG_FILE "/usr/share/agd/options" -/* How many sockets are listening for connections. - (how many simultaneous connection requests we can handle) */ +/* How many simultaneous connection requests the driver can handle. */ #define NET_BACKLOG 3 /* The size of the receive buffer - how long strings |