Jump to content

Home

hatching an idea


stubert

Recommended Posts

Digg my idea doods

 

 

what if on the client side you could run a console command that would auto balance your network settings to get the lowest ping possible. How would this be done intelligently? Would it be like a binary search starting with the rate variable? Or would you really need to cycle though each combination of some range for rate snaps maxpackets packetdup and whatever else?

 

 

I would expect if it could run in under 20 seconds that would be pretty good because you could have it run in a separate thread from cgame and sleep for a new milliseconds to let each setting combination take effect.

 

 

If it wasn't done by "brute force" then we could count the number of hops or something to give the initial searching algorithm better starting conditions and ranges.

 

 

 

Probably wouldn't write this in C++, with the necessary extern calls it could be done in haskell or python in very short order (under 30 lines in haskell for sure)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...