Recent content by RobbieJack

  1. R

    UDP Protocol Implementation

    I'm currently migrating a program I already have which is currently using a TCP base architecture but the server currently needs to send more packets per minute than before. The packet loss is not a problem, only the order which is solved by using a message buffer. What I have so far: A...