Network_Ref

CryNetwork separates object management from communication. All communication is handled by packets, containing one message, each with a header and a payload. Messages are sent in an independent thread to decouple the game frame rate from the speed of the network connection. All non critical information is transferred through UDP.