First why is under CLEO -> Help. I think its in the wrong section.
RakNet is basically a multiplayer game engine, its an API used to create clients and servers for multiplayer games such as SA-MP for GTA San Andreas.
BitStream is just a stream of bits used in RakNet to hold packets then a person can send this bitstream using the RakNet interface if there is a valid connection.
Here is an example from the RakSAMP client source.
This code will send a message to the chat in SAMP, here we are writing the packet with correct sequence to the bitstream then we are sending it using the RakNet interface.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.