Re: [Freeciv-Dev] Is client/server protocol documented anywhere?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, Jan 20, 1999 at 10:04:56PM +1100, David Pfitzner wrote:
> So I wonder if we should change to network byte order for
> the next version. (Any volunteers to code it? :-)
The change should be simple; I believe all the integer transfers over the
network are wrapped up in a few functions. Most of those can be rewritten
in terms of htonl(), ntohl(), etc. SHouldn't be hard. I can even take a
look at it soon.
Re: [Freeciv-Dev] Is client/server protocol documented anywhere?, David Pfitzner, 1999/01/20
|
|