[raknet] 2.24 released

  • From: Kevin Jenkins <rakkar@xxxxxxxxxxxxxx>
  • To: raknet@xxxxxxxxxxxxx
  • Date: Sat, 31 Jul 2004 00:30:32 -0700

Another day, another version.  This one is actually worth getting. 
Among other things, it has a massive performance increase by merging the 
two threads into one.  It also improves handling of packetloss.  So your 
game will run better and faster :)

The BitStream class is now under the RakNet namespace.  You will either 
need to use the scope resolution operator with your declarations of 
BitStream or do a using namespace RakNet; in the files that use it.

Other related posts:

  • » [raknet] 2.24 released