Creating a network client using TCP and UDP

Work-in-progress as I'm creating the blog site while adding the content

Here I'll go over creating a network client that combines both protocols for circumstantial messaging in the context of multiplayer games. This aims to create a system that uses reliable TCP messages for game data like chat, game updates, points attribution, spawning objects, etc., and UDP data for fire-and-forget info like movement and coordinates.