Complete.Org: Mailing Lists: Archives: freeciv-dev: March 1999:
Re: [Freeciv-Dev] Additional metaserver?
Home

Re: [Freeciv-Dev] Additional metaserver?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rp@xxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Additional metaserver?
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Tue, 16 Mar 1999 11:37:23 +1100

Reinier Post wrote:
> 
> > I assume the server and the metaserver must use the same protocol ?
> 
> Not at all.  The metaserver doesn't use the Freeciv protocol; instead, it uses
> a trivial UDP-based protocol to receive announcements from servers, and
> HTTP to serve out the results to clients (and humans).

Yet server/meta.c:send_to_metaserver() contains two calls to
put_int16(), the results of which have changed with the change
to network byte order.  Does that upset the metaserver, or
does the metaserver ignore those bytes anyway?

-- David

[Prev in Thread] Current Thread [Next in Thread]