Hi
The net stuff has both TCP and UDP in it because they each have their place, if you start writing tcp over udp you are using the wrong one. But as per the TCP v.s. UDP thread, there are reasons to use UDP, and with that in mind, the net code has both. Kev wrote this version of it, so i’m sure he’ll agree
I’m doing almost exactly the same as Markus, everything but movement is TCP, movement is UDP.
Endolf