Jump to content

A lot of games use UDP as their protocol for sending data rather than TCP. This is because UDP allows for fast, one-way communication without needing to get a reply from the other computer. The downside is that packets aren't really checked for integrity after they leave your computer, so they can get lost way more easily than with TCP.

 

Is this causing any problems in your games, or just something you noticed?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×