• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

reliabilty

  1. N

    UDP packet reliability with packetID and bitfield

    I'm working on packet reliability over udp. I'm using packet ids and bits to make this happen. Everytime i send a packet i increment the packetID by 1. This is kinda complicated as i have not worked with bit operations before. Every time i recieve a packet i add the packet id to a queue which...
Top