Author Topic: 255 Servers Max...  (Read 12895 times)

Evlesoa

  • Guest
255 Servers Max...
« on: June 04, 2007, 04:08:45 am »
It seems there is a limit allowed by Tremulous, and 255 is a max because it is divisible by some random numbers or something that the computers have... Like by bytes, 4 bytes is something like 64,700 something like that... here it seems to be 255. I am guessing the master server doesnt accept more? or there is no room? But i noticed it NEVER goes higher than 255!

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
255 Servers Max...
« Reply #1 on: June 04, 2007, 06:07:42 am »
there are currently 1631 servers listed on id software's q3 master server.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Rabbitt

  • Posts: 535
  • Turrets: +13/-27
255 Servers Max...
« Reply #2 on: June 04, 2007, 12:26:41 pm »
Just look at it like this : You wont have to scroll thru 1500 empty noob servers still called tremulous 1.1.0 server or My Very First Server
Quote from: amine
Take a super-high voltage taser with you and shock the french people and then point and laugh and yell 'FRENCH FRIES!!'

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
255 Servers Max...
« Reply #3 on: June 04, 2007, 01:58:13 pm »
The default value for servername should be "My Very First Server".
With cool rainbow colours.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Timbo

  • Administrator
  • Posts: 447
  • Turrets: +155/-161
255 Servers Max...
« Reply #4 on: June 04, 2007, 05:00:20 pm »
Code: [Select]

// Maximum number of servers in all lists by default
#define DEFAULT_MAX_NB_SERVERS 256


Oops. :oops:

rdizzle

  • Posts: 187
  • Turrets: +1/-1
255 Servers Max...
« Reply #5 on: June 04, 2007, 05:13:35 pm »
Quote from: "Timbo"
Code: [Select]

// Maximum number of servers in all lists by default
#define DEFAULT_MAX_NB_SERVERS 256


Oops. :oops:


if this is real, please submit it is as a daily WTF.

omg.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
255 Servers Max...
« Reply #6 on: June 04, 2007, 05:22:08 pm »
So, the master has been dropping servers all this time?

lol.  Filter out all the servers with odd chars at the start of there names, and problem solved :)

Edit:
Shows how popular you were expecting tremulous to be.
Should have had faith and set it to 10k.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Nux

  • Posts: 1778
  • Turrets: +258/-69
255 Servers Max...
« Reply #7 on: June 04, 2007, 05:39:35 pm »
Any particular reason why you set it to two to the power of eight?

-:GoDz:-Devil

  • Guest
255 Servers Max...
« Reply #8 on: June 04, 2007, 05:47:49 pm »
Quote from: "Timbo"
Code: [Select]

// Maximum number of servers in all lists by default
#define DEFAULT_MAX_NB_SERVERS 256


Oops. :oops:

Timbo why dont you edit that to atleast 300 Max. :)

sleekslacker

  • Posts: 407
  • Turrets: +10/-35
255 Servers Max...
« Reply #9 on: June 04, 2007, 06:30:18 pm »
Should I write a patch for this so it can go into 1.2 ?  :P


Code: [Select]

#define DEFAULT_MAX_NB_SERVERS 1024


should be fine for another year or two.
y last name is Jones, the family motto is "Jones' never give up!"

Currently ignoring all of your spams.

Timbo

  • Administrator
  • Posts: 447
  • Turrets: +155/-161
255 Servers Max...
« Reply #10 on: June 04, 2007, 06:59:06 pm »
In my defense I didn't write the master server, I stole it from dpmaster. Even if I had noticed the constant I probably wouldn't have changed it though, as 256 would have been regarded as somewhat optimistic when we released 1.1. In reality there aren't 256 usable servers anyway; many of them are behind NAT or firewalls. There are patches to fix this that I need to get around to reviewing and apply...

Anyway, the master server has now been restarted with a larger constant :). Well done for noticing.

gareth

  • Posts: 710
  • Turrets: +38/-89
255 Servers Max...
« Reply #11 on: June 04, 2007, 07:08:29 pm »
509 servers now :D

doomagent13

  • Posts: 506
  • Turrets: +18/-18
255 Servers Max...
« Reply #12 on: June 04, 2007, 07:18:19 pm »
Quote from: "Nux"
Any particular reason why you set it to two to the power of eight?
That is the largest value you can have in 1 byte.

Nux

  • Posts: 1778
  • Turrets: +258/-69
255 Servers Max...
« Reply #13 on: June 04, 2007, 09:35:19 pm »
Oh yeah! Though it's 255 actually :P but I guess 0 is first in this case.

Were they so strapped for memory space that a single byte is all they could afford? ^^ (Don't answer that, I understand :P)

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
255 Servers Max...
« Reply #14 on: June 04, 2007, 09:50:32 pm »
Quote from: "Timbo"
In my defense I didn't write the master server, I stole it from dpmaster. Even if I had noticed the constant I probably wouldn't have changed it though, as 256 would have been regarded as somewhat optimistic when we released 1.1. In reality there aren't 256 usable servers anyway; many of them are behind NAT or firewalls. There are patches to fix this that I need to get around to reviewing and apply...

Anyway, the master server has now been restarted with a larger constant :). Well done for noticing.
actually credit pwnstar, who told me, and i think i told people who told evlosa, or i told ev :)

A_Total_noob

  • Posts: 245
  • Turrets: +2/-6
255 Servers Max...
« Reply #15 on: June 04, 2007, 11:49:32 pm »
Yeah, but Evlesoa is a haxx0r, so ban him from all those servers  :wink:


On a side note, good job, whoever noticed this hiccup.
lawl, people still play Tremulous ?

Evlesoa

  • Guest
255 Servers Max...
« Reply #16 on: June 05, 2007, 12:49:39 am »
Actually i noticed this myself a few days ago... when I saw no new servers and it was stuck at 255... to be precise i noticed this exactly 4 days before the topic...

And i knew something was wrong, so I thought i should post about it

Edit - No one really told me, and this is because ive only been playing on 2 servers, that is ATCS Battle, and Our own server, and AKA i havent seen u around at all almost...

Nux

  • Posts: 1778
  • Turrets: +258/-69
255 Servers Max...
« Reply #17 on: June 05, 2007, 01:08:18 am »
Is this why some servers I used to visit alot don't appear on my list anymore? (e.g. aliens wrath, satgnu etc.)

I've refreshed and new list-getted and still they've never reappeared.

Rabbitt

  • Posts: 535
  • Turrets: +13/-27
255 Servers Max...
« Reply #18 on: June 05, 2007, 01:27:54 am »
Favorite your servers and *poof* problem solved.
Quote from: amine
Take a super-high voltage taser with you and shock the french people and then point and laugh and yell 'FRENCH FRIES!!'

Nux

  • Posts: 1778
  • Turrets: +258/-69
255 Servers Max...
« Reply #19 on: June 05, 2007, 01:44:39 am »
Ok! I'll just go tell past Nux to make them favourites!!

>.<

Maybe if someone could gave me those two servers' addresses.. ^^

EDIT:

I can't get either 'Add Favorite' or 'New Favorite' to do anything  :-?  And the sorting by attribute has trouble too  :(  That is the side of tremulous I've long since departed from tinkering with. I'm just glad there are still low ping servers that I can visit on my list.

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
255 Servers Max...
« Reply #20 on: June 05, 2007, 02:04:20 am »
Quote from: "Evlesoa"
, and AKA i havent seen u around at all almost...
yeah, i'm making a map.

-:GoDz:-Devil

  • Guest
255 Servers Max...
« Reply #21 on: June 05, 2007, 06:57:16 am »
lol now this would explain my server problem I was having.  I would host and not see it on server list, but yet to add it to favorites and see it and play in it, and then give a friend the IP to connect and it still works.

I think the server should be updated to 1000 Servers max I think.
Just my opinion.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
255 Servers Max...
« Reply #22 on: June 05, 2007, 07:17:20 am »
Quote from: "gareth"
509 servers now :D


I hope they didn't bump it to 512...
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Overdose

  • Posts: 396
  • Turrets: +52/-47
255 Servers Max...
« Reply #23 on: June 05, 2007, 07:23:11 am »
I only get 324 :(

I went to the MG server today and had to download some TJW thing, and now my ping sort doesn't work lol
Chocolate Milk.

Lord Baxter

  • Posts: 116
  • Turrets: +1/-3
255 Servers Max...
« Reply #24 on: June 06, 2007, 12:27:47 pm »
whenever i play i get a number of server ranging from 140-200, but im in australia so im probably playing trem while ur all asleep (dont quote me on this, i know shit all about time zones)
quot;Unless you count the Chinese. But at this point, NOBODY can count the Chinese."

Known as Hydra ingame,
1227 apparently, can't change that now...

R1CH

  • Posts: 79
  • Turrets: +3/-1
    • http://www.r1ch.net/
255 Servers Max...
« Reply #25 on: June 06, 2007, 09:54:34 pm »
Quote from: "Timbo"
many of them are behind NAT or firewalls. There are patches to fix this that I need to get around to reviewing and apply...

Are you sure this isn't some bug in the master with the new limit? I find it hard to believe there are over 300 unreachable servers out there.

Timbo

  • Administrator
  • Posts: 447
  • Turrets: +155/-161
255 Servers Max...
« Reply #26 on: June 06, 2007, 10:33:22 pm »
Quote from: "R1CH"
Are you sure this isn't some bug in the master with the new limit? I find it hard to believe there are over 300 unreachable servers out there.


I strongly suspect it's from people that have run "apt-get install tremulous-server" on a debian or Ubuntu box and forgotten/not understood it. This starts a +set dedicated 2 server at boot time :roll:. I might email the maintainer about that ;).

Oh, committed your patch BTW, cheers.

n00b pl0x

  • Posts: 2412
  • Turrets: +55/-168
255 Servers Max...
« Reply #27 on: June 07, 2007, 03:55:29 am »
166 servers?

D:
will sort out my sig, or I will get banned.

HOW DO I SORTED SIG?

Timbo

  • Administrator
  • Posts: 447
  • Turrets: +155/-161
255 Servers Max...
« Reply #28 on: June 07, 2007, 10:00:22 am »
Yes, 166 actual, real, usable servers. :P

Raytray

  • Posts: 355
  • Turrets: +3/-19
    • http://trem-null.com
255 Servers Max...
« Reply #29 on: June 07, 2007, 10:27:39 am »
Quote from: "YourMama"
I only get 324 :(

I went to the MG server today and had to download some TJW thing, and now my ping sort doesn't work lol
MG hosts a tjw mod?
Domination and Tjw mod's automatically forces your list to ping sort. At least, those are the two I know.
By default trem, ping sort is broken.
}MG{Raytray