G'day Erik, Looks good. I hope you don't mine, but I've made a few minor changes. Could you test them for me? It compiles clean here. - use ERROR macro rather than fprintf() to stderr, so that LOGLEVEL can be used to control the debug output, - coding style stuff, spacing, variable names, - factorised the different queues, a new queue number variable, - included documentation in the docs/ file. -- James Cameron mailto:quozl at us.netrek.org http://quozl.netrek.org/ -------------- next part -------------- Index: docs/metaservers-HowTo =================================================================== RCS file: /home/netrek/cvsroot/Vanilla/docs/metaservers-HowTo,v retrieving revision 1.4 diff -u -r1.4 metaservers-HowTo --- docs/metaservers-HowTo 1 Mar 2000 01:31:22 -0000 1.4 +++ docs/metaservers-HowTo 8 Jun 2004 06:40:55 -0000 @@ -57,3 +57,27 @@ -- James Cameron (cameron at stl.dec.com) Digital Equipment Corporation (Australia) Pty. Ltd. A.C.N. 000 446 800 + + +-- + + +INL Metaservers HOWTO +by James Cameron <quozl at us.netrek.org> +from work by "E. Hietbrink" <Shadow.Hunter at netrek.org> on 7th June 2004 + +a) list your server twice each time, with "home." and "away." in front +of the host name (these names need not be registered, as the server +will strip the name before sending the host name to the metaserver), + +b) set the server type to I, + +c) list the appropriate ports. + +For example; + +metaserver.us.netrek.org 3521 60 120 home.nl.netrek.org I 4566 4000 open +metaserver.us.netrek.org 3521 60 120 away.nl.netrek.org I 4577 5000 open +metaserver2.us.netrek.org 3521 60 120 home.nl.netrek.org I 4566 4000 open +metaserver2.us.netrek.org 3521 60 120 away.nl.netrek.org I 4577 5000 open + Index: include/solicit.h =================================================================== RCS file: /home/netrek/cvsroot/Vanilla/include/solicit.h,v retrieving revision 1.1 diff -u -r1.1 solicit.h --- include/solicit.h 2 May 2001 02:00:19 -0000 1.1 +++ include/solicit.h 8 Jun 2004 06:41:13 -0000 @@ -2,7 +2,7 @@ #define MAXMETABYTES 2048 /* maximum number of metaservers supported */ -#define MAXMETASERVERS 3 +#define MAXMETASERVERS 4 /* minimum allowable delay between updates to metaserver */ #define META_MINIMUM_DELAY 60 -------------- next part -------------- A non-text attachment was scrubbed... Name: solicit.c.gz Type: application/octet-stream Size: 3708 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/netrek-dev/attachments/20040608/61c03e71/solicit.c.obj -------------- next part -------------- _______________________________________________ vanilla-devel mailing list vanilla-devel at us.netrek.org https://mailman.real-time.com/mailman/listinfo/vanilla-devel