Category:Networking and Multiplayer
From DmWiki
Networking is a huge topic, with many complicated issues surrounding it.
At the very base, it's the way in which you transmit data between two computers over a network. Normally this is done using TCP/IP over a LAN or the internet. Either TCP or UDP is normally used - UDP being the more common for games. See UDP vs TCP for more details.
