Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: [Request for data] Reducing network bandwidth
Home

[Freeciv-Dev] Re: [Request for data] Reducing network bandwidth

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv development list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: [Request for data] Reducing network bandwidth
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Wed, 9 Oct 2002 06:00:01 -0700

On Wed, Oct 09, 2002 at 02:06:38PM +0200, Christian Knoke wrote:
> On Wed, Oct 09, 2002 at 03:29:32AM -0700, Raimar Falke wrote:
> > On Tue, Oct 08, 2002 at 06:07:51PM +0200, Christian Knoke wrote:
> > > On Tue, Oct 08, 2002 at 06:44:45AM -0700, Raimar Falke wrote:
> 
> > > > in common/packets.c. Recompile and play a normal freeciv game. Send
> > > > the _last_ chunk of new output from the client to freeciv-dev. Please
> > > > also add information about number of players and number of
> > > > turns/year. Note that the statistics are reset if the client is
> > > > restarted.
> > > 
> > > Does it need to be a new game (from the beginning), or is it helpful,
> > > to continue a game from, let's 1600, to year 1700, and send that data,
> > > too?
> > 
> > Please send both data. It will be interresting to know if the
> > distribution of the packets depend on the game year.
> 
> Data Set
> ========
> 
> 1 Human, 3 AI, years 1834 to 1858, 2 years per turn
> 
> Last serverlog chunk:
> 
> 2: Transmitted packets:
> 2:   [ 5]:   6826 packets;   197954 bytes total;    29 bytes/packet average 
> PACKET_UNIT_INFO
> 2:   [ 9]:  13114 packets;   118026 bytes total;     9 bytes/packet average 
> PACKET_TILE_INFO
> 2:   [13]:    163 packets;    74196 bytes total;   455 bytes/packet average 
> PACKET_PLAYER_INFO
> 2:   [16]:    583 packets;    34803 bytes total;    59 bytes/packet average 
> PACKET_CHAT_MSG
> 2:   [17]:   5123 packets;   567459 bytes total;   110 bytes/packet average 
> PACKET_CITY_INFO
> 2: transmitted 1077300 bytes in 31000 packets;average size per packet 34 bytes
> 2: Received packets:
> 2:   [ 5]:    281 packets;     8399 bytes total;    29 bytes/packet average 
> PACKET_UNIT_INFO
> 2:   [85]:    135 packets;     6210 bytes total;    46 bytes/packet average 
> PACKET_GOTO_ROUTE
> 2:   [90]:     52 packets;    92112 bytes total;  1771 bytes/packet average 
> PACKET_ATTRIBUTE_CHUNK
> 2: received 126486 bytes in 2250 packets;average size per packet 56 bytes

Maybe I should teach the code to print these namesby itself.

        Raimar


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